4 references to GetEntitySetMapping
System.Data.Entity (4)
System\Data\Mapping\StorageEntityContainerMapping.cs (1)
306
StorageSetMapping setMap =
GetEntitySetMapping
(setName);
System\Data\Mapping\StorageMappingItemLoader.cs (1)
804
StorageEntitySetMapping setMapping = (StorageEntitySetMapping)entityContainerMapping.
GetEntitySetMapping
(entitySetName);
System\Data\Mapping\Update\Internal\ViewLoader.cs (1)
185
setMapping = mapping.
GetEntitySetMapping
(entitySetBase.Name);
System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs (1)
75
if (containerMapping.
GetEntitySetMapping
(entity.Name).QueryView != null)