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