2 writes to _cache
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (2)
83
_cache
= new SchemaObjectCache();
873
_cache
= cache;
2 references to _cache
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (2)
82
if (
_cache
== null)
84
return
_cache
;