5 references to XmlSchemaSet
System.Xml (5)
System\Xml\Dom\XmlDocument.cs (1)
319schemas = new XmlSchemaSet(NameTable);
System\Xml\Schema\Inference\Infer.cs (2)
186return InferSchema1(instanceDocument, new XmlSchemaSet(nametable)); 194schemas = new XmlSchemaSet(nametable);
System\Xml\Schema\XmlSchemaSet.cs (1)
85public XmlSchemaSet() : this(new NameTable()) {
System\Xml\Schema\XmlSchemaValidator.cs (1)
184this.schemaSet = new XmlSchemaSet(nameTable);