1 write to ErrorCount
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (1)
1822_SchemaInfo.ErrorCount++;
4 references to ErrorCount
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (1)
551if (schemaInfo != null && schemaInfo.ErrorCount == 0)
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (2)
131if (xdrSchema != null && xdrSchema.ErrorCount == 0) 367if (xdrSchema != null && xdrSchema.ErrorCount == 0)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (1)
364errorCount += schemaInfo.ErrorCount;