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