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