2 instantiations of SchemaImporter
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\DataContractSet.cs (2)
653SchemaImporter importer = new SchemaImporter(schemaSet, typeNames, null, this, importXmlDataType); 661SchemaImporter 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)
550xmlName = SchemaImporter.ImportActualType(xmlDataContract.XsdType?.Annotation, xmlName, dataContract.XmlName); 653SchemaImporter importer = new SchemaImporter(schemaSet, typeNames, null, this, importXmlDataType); 661SchemaImporter 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)
69SchemaImporter.CompileSchemaSet(schemaSet);