Why do I get the compiler warning
Identifier \'Logic.DomainObjectBase._isNew\' is not CLS-compliant
for the following code?
The leading _ is non-CLS compliant
Microsoft StyleCop will analyze your code, and provide links to the relevent documents explaining why it is not CLS compliant.