2 instantiations of XsdValidator
System.Xml (2)
System\Xml\Schema\AutoValidator.cs (1)
35
reader.Validator = new
XsdValidator
(this);
System\Xml\Schema\BaseValidator.cs (1)
282
return new
XsdValidator
(reader, schemaCollection, eventHandling);