4 references to s_cache
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializerFactory.cs (4)
93TempAssembly tempAssembly = s_cache[defaultNamespace, type]; 97lock (s_cache) 99tempAssembly = s_cache[defaultNamespace, type]; 115s_cache.Add(defaultNamespace, type, tempAssembly);