1 write to _fastCache
System.Private.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
736_fastCache = cache;
2 references to _fastCache
System.Private.Xml (2)
System\Xml\Serialization\Compilation.cs (2)
702if (_fastCache.TryGetValue(key, out tempAssembly)) 734cache = new Dictionary<TempAssemblyCacheKey, TempAssembly>(_fastCache); // Clone