5 references to XmlSchemaSet
System.Private.Xml (5)
System\Xml\Dom\XmlDocument.cs (1)
428get => _schemas ??= new XmlSchemaSet(NameTable);
System\Xml\Schema\Inference\Infer.cs (2)
166return InferSchema1(instanceDocument, new XmlSchemaSet(_nametable)); 171schemas ??= new XmlSchemaSet(_nametable);
System\Xml\Schema\XmlSchemaSet.cs (1)
79public XmlSchemaSet() : this(new NameTable())
System\Xml\Schema\XmlSchemaValidator.cs (1)
175_schemaSet = new XmlSchemaSet(nameTable);