10 references to HasErrors
System.Private.Xml (10)
System\Xml\Schema\Preprocessor.cs (3)
165listSchema.IsPreprocessed = !HasErrors; 169_rootSchema.IsPreprocessed = !HasErrors; //For chameleon at top-level 170return !HasErrors;
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
32if (!HasErrors) 36return !HasErrors;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
68if (!HasErrors) 80return !HasErrors;
System\Xml\Schema\SchemaSetCompiler.cs (3)
38if (!HasErrors) 46return !HasErrors; 289return !HasErrors;