9 references to XmlSchemaSet
System.Data.Common (2)
System\Data\DataSet.cs (1)
1797XmlSchemaSet sSet = new XmlSchemaSet();
System\Data\DataTable.cs (1)
6379XmlSchemaSet sSet = new XmlSchemaSet();
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaExporter.cs (1)
596XmlSchemaSet schemas = new XmlSchemaSet();
System\Runtime\Serialization\XsdDataContractExporter.cs (1)
78_schemas = new XmlSchemaSet();
System.Private.Xml (5)
System\Xml\Core\XmlReaderSettings.cs (1)
277get => _schemas ??= new XmlSchemaSet();
System\Xml\Schema\XmlSchemaValidator.cs (1)
1796XmlSchemaSet localSet = new XmlSchemaSet(); //Avoiding cost of incremental compilation checks by compiling schema in a separate set and adding compiled set
System\Xml\Serialization\Mappings.cs (1)
1277_schemas ??= new XmlSchemaSet();
System\Xml\Serialization\XmlSchemas.cs (2)
70_schemaSet = new XmlSchemaSet(); 631_schemaSet = new XmlSchemaSet();