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