2 references to SchemaImporter
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\DataContractSet.cs (2)
652SchemaImporter importer = new SchemaImporter(schemaSet, typeNames, null, this, importXmlDataType); 660SchemaImporter importer = new SchemaImporter(schemaSet, Array.Empty<XmlQualifiedName>() /* Needs to be empty, not null for 'elements' to be used. */, elements, this, importXmlDataType);