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