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