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)
36
return
_conventionalOcCache
.TryGetValue(assemblyToLookup, out cacheEntry);
47
if (
_conventionalOcCache
.ContainsKey(assembly))
52
_conventionalOcCache
.Add(assembly, cacheEntry);