2 references to DocumentSchemaValidator
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
1288DocumentSchemaValidator validator = new DocumentSchemaValidator(ownerDocument, schemas, validationEventHandler);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
1446DocumentSchemaValidator validator = new DocumentSchemaValidator(this, _schemas, validationEventHandler);