1 write to _conventionalOcCache
System.Data.Entity (1)
System\Data\Metadata\EdmItemCollection.OcAssemblyCache.cs (1)
23_conventionalOcCache = new Dictionary<Assembly, ImmutableAssemblyCacheEntry>();
3 references to _conventionalOcCache
System.Data.Entity (3)
System\Data\Metadata\EdmItemCollection.OcAssemblyCache.cs (3)
36return _conventionalOcCache.TryGetValue(assemblyToLookup, out cacheEntry); 47if (_conventionalOcCache.ContainsKey(assembly)) 52_conventionalOcCache.Add(assembly, cacheEntry);