2 writes to context
System.Xml (2)
System\Xml\Serialization\SchemaImporter.cs (2)
56
this.
context
= context;
69
context
= new ImportContext();
2 references to context
System.Xml (2)
System\Xml\Serialization\SchemaImporter.cs (2)
68
if (
context
== null)
70
return
context
;