1 write to _cache
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Compilation.cs (1)
309
_cache
= clone;
5 references to _cache
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Compilation.cs (5)
295
get { return (TempAssembly)
_cache
[new TempAssemblyCacheKey(ns, o)]; }
303
if (
_cache
[key] == assembly) return;
305
foreach (object k in
_cache
.Keys)
307
clone.Add(k,
_cache
[k]);
310
_cache
[key] = assembly;