2 instantiations of SchemaImporter
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\DataContractSet.cs (2)
653
SchemaImporter importer = new
SchemaImporter
(schemaSet, typeNames, null, this, importXmlDataType);
661
SchemaImporter importer = new
SchemaImporter
(schemaSet, Array.Empty<XmlQualifiedName>() /* Needs to be empty, not null for 'elements' to be used. */, elements, this, importXmlDataType);
4 references to SchemaImporter
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\DataContractSet.cs (3)
550
xmlName =
SchemaImporter
.ImportActualType(xmlDataContract.XsdType?.Annotation, xmlName, dataContract.XmlName);
653
SchemaImporter
importer = new SchemaImporter(schemaSet, typeNames, null, this, importXmlDataType);
661
SchemaImporter
importer = new SchemaImporter(schemaSet, Array.Empty<XmlQualifiedName>() /* Needs to be empty, not null for 'elements' to be used. */, elements, this, importXmlDataType);
System\Runtime\Serialization\XsdDataContractExporter.cs (1)
69
SchemaImporter
.CompileSchemaSet(schemaSet);