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