1 write to _cache
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
39
_cache
= new SchemaObjectCache();
2 references to _cache
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (2)
38
if (
_cache
== null)
40
return
_cache
;