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