2 references to 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);