1 write to _objectCache
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
130
_objectCache
= new Hashtable();
2 references to _objectCache
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (2)
129
if (
_objectCache
== null)
131
return
_objectCache
;