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