1 write to ErrorCount
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2337this.schema.ErrorCount++;
6 references to ErrorCount
System.Xml (6)
System\Xml\Schema\XmlSchemaCollection.cs (2)
312if (schema.ErrorCount == 0 && compile) { 318 errorCount += schema.ErrorCount;
System\Xml\Schema\XmlSchemaSet.cs (2)
640if (schema.ErrorCount != 0) { //Schema with parsing errors cannot be loaded 724if (schema == null || schema.ErrorCount != 0) { //Schema with parsing errors cannot be loaded
System\Xml\Schema\XmlSchemaValidator.cs (1)
313if (schema.ErrorCount == 0) {
System\Xml\Schema\XsdValidator.cs (1)
133if (schema != null && schema.ErrorCount == 0) {