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