8 references to CacheEntry
System.Data.Entity (8)
System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (8)
77SessionData.AssembliesLoaded.Add(SourceAssembly, CacheEntry); 163Debug.Assert(CacheEntry.TypesInAssembly.Count == 0); 250Debug.Assert(!CacheEntry.ContainsType(associationType.FullName), "Relationship type must not be present in the list of types"); 251CacheEntry.TypesInAssembly.Add(associationType); 338Debug.Assert(!CacheEntry.ContainsType(edmType.Identity), "This type must not be already present in the list of types for this assembly"); 340CacheEntry.TypesInAssembly.Add(edmType); 720!CacheEntry.ClosureAssemblies.Contains(type.Assembly) && 731CacheEntry.ClosureAssemblies.Add(type.Assembly);