2 references to ImportContext
System.Private.Xml (2)
System\Xml\Serialization\SchemaImporter.cs (1)
48
internal ImportContext Context => _context ??= new
ImportContext
();
System\Xml\Serialization\XmlSchemaImporter.cs (1)
23
public XmlSchemaImporter(XmlSchemas schemas) : base(schemas, CodeGenerationOptions.GenerateProperties, new
ImportContext
()) { }