4 references to s_cache
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (4)
217_tempAssembly = s_cache[defaultNamespace, type]; 220lock (s_cache) 222_tempAssembly = s_cache[defaultNamespace, type]; 242s_cache.Add(defaultNamespace, type, _tempAssembly);