4 references to cache
System.Xml (4)
System\Xml\Serialization\XmlSerializer.cs (4)
192tempAssembly = cache[defaultNamespace, type]; 194lock (cache) { 195tempAssembly = cache[defaultNamespace, type]; 212cache.Add(defaultNamespace, type, tempAssembly);