10 references to HasErrors
System.Xml (10)
System\Xml\Schema\Preprocessor.cs (3)
150listSchema.IsPreprocessed = !HasErrors; 154rootSchema.IsPreprocessed = !HasErrors; //For chameleon at top-level 155return !HasErrors;
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
32if (!HasErrors) { 35return !HasErrors;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
64if (!HasErrors) { 73return !HasErrors;
System\Xml\Schema\SchemaSetCompiler.cs (3)
38if (!HasErrors) { 45return !HasErrors; 221return !HasErrors;