4 references to cache
System.Xml (4)
System\Xml\Serialization\XmlSerializerFactory.cs (4)
88TempAssembly tempAssembly = cache[defaultNamespace, type]; 91lock (cache) { 92tempAssembly = cache[defaultNamespace, type]; 105cache.Add(defaultNamespace, type, tempAssembly);