2 references to
System.Private.Xml (2)
System\Xml\Serialization\XmlSchemaImporter.cs (2)
23
public XmlSchemaImporter(XmlSchemas schemas) :
base
(schemas, CodeGenerationOptions.GenerateProperties, new ImportContext()) { }
27
public XmlSchemaImporter(XmlSchemas schemas, CodeIdentifiers? typeIdentifiers) :
base
(schemas, CodeGenerationOptions.GenerateProperties, new ImportContext(typeIdentifiers, false)) { }