2 writes to _schemas
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
354_schemas = new XmlSchemaSet(NameTable); 361_schemas = value;
5 references to _schemas
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (5)
352if (_schemas == null) 356return _schemas; 1433if (_schemas == null || _schemas.Count == 0) 1446DocumentSchemaValidator validator = new DocumentSchemaValidator(this, _schemas, validationEventHandler);