3 references to XmlSchemaCollection
System.Private.Xml (3)
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
149
_schemaCollection = new
XmlSchemaCollection
(_coreReader.NameTable);
230
_schemaCollection = new
XmlSchemaCollection
(_coreReader.NameTable);
System\Xml\Schema\XmlSchemaCollection.cs (1)
37
public XmlSchemaCollection() :
this
(new NameTable())