10 references to new
Microsoft.DotNet.XliffTasks (1)
Model\XlfDocument.cs (1)
315XmlSchemaSet schemas = new();
System.Data.Common (2)
System\Data\DataSet.cs (1)
1818XmlSchemaSet sSet = new XmlSchemaSet();
System\Data\DataTable.cs (1)
6416XmlSchemaSet sSet = new XmlSchemaSet();
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaExporter.cs (1)
597XmlSchemaSet 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)
1808XmlSchemaSet 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(); 636_schemaSet = new XmlSchemaSet();