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)
295get { return (TempAssembly)_cache[new TempAssemblyCacheKey(ns, o)]; } 303if (_cache[key] == assembly) return; 305foreach (object k in _cache.Keys) 307clone.Add(k, _cache[k]); 310_cache[key] = assembly;