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)
702
if (
_fastCache
.TryGetValue(key, out tempAssembly))
734
cache = new Dictionary<TempAssemblyCacheKey, TempAssembly>(
_fastCache
); // Clone