3 references to XmlSchemaCollection
System.Xml (3)
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
138schemaCollection = new XmlSchemaCollection( coreReader.NameTable ); 212schemaCollection = new XmlSchemaCollection( coreReader.NameTable );
System\Xml\Schema\XmlSchemaCollection.cs (1)
43public XmlSchemaCollection() : this(new NameTable()) {