4 references to StoreEntityTypeToModelEntityType
System.Data.Entity.Design (4)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (4)
417
foreach (EntityType type in session.MappingLookups.
StoreEntityTypeToModelEntityType
.Values)
766
if (session.MappingLookups.
StoreEntityTypeToModelEntityType
.TryGetValue(storeEntityType, out foundEntity))
800
session.MappingLookups.
StoreEntityTypeToModelEntityType
.Add(storeEntityType, entityType);
1090
EntityType modelEntityType = session.MappingLookups.
StoreEntityTypeToModelEntityType
[storeEntityType];