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