2 writes to _globalAssemblyCache
System.Data.Entity (2)
System\Data\Metadata\ObjectLayer\LockedAssemblyCache.cs (2)
24
_globalAssemblyCache
= globalAssemblyCache;
39
_globalAssemblyCache
= null;
3 references to _globalAssemblyCache
System.Data.Entity (3)
System\Data\Metadata\ObjectLayer\LockedAssemblyCache.cs (3)
58
return
_globalAssemblyCache
.TryGetValue(assembly, out cacheEntry);
64
_globalAssemblyCache
.Add(assembly, assemblyCacheEntry);
70
_globalAssemblyCache
.Clear();