10 references to new
Microsoft.DotNet.XliffTasks (1)
Model\XlfDocument.cs (1)
315
XmlSchemaSet schemas =
new
();
System.Data.Common (2)
System\Data\DataSet.cs (1)
1818
XmlSchemaSet sSet = new
XmlSchemaSet
();
System\Data\DataTable.cs (1)
6416
XmlSchemaSet sSet = new
XmlSchemaSet
();
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaExporter.cs (1)
597
XmlSchemaSet schemas = new
XmlSchemaSet
();
System\Runtime\Serialization\XsdDataContractExporter.cs (1)
78
_schemas = new
XmlSchemaSet
();
System.Private.Xml (5)
System\Xml\Core\XmlReaderSettings.cs (1)
277
get => _schemas ??= new
XmlSchemaSet
();
System\Xml\Schema\XmlSchemaValidator.cs (1)
1808
XmlSchemaSet 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
();