4 references to s_cache
System.Private.Xml (4)
System\Xml\Serialization\XmlSerializer.cs (4)
235_tempAssembly = s_cache[defaultNamespace, type]; 238lock (s_cache) 240_tempAssembly = s_cache[defaultNamespace, type]; 267s_cache.Add(defaultNamespace, type, _tempAssembly);