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