2 writes to _context
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaImporter.cs (2)
55
_context
= context;
65
_context
= new ImportContext();
2 references to _context
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaImporter.cs (2)
64
if (
_context
== null)
66
return
_context
;