5 references to MappingMetadataHelper
System.Data.Entity (5)
System\Data\Common\Utils\MetadataHelper.cs (1)
332
StorageEntityContainerMapping containerMapping =
MappingMetadataHelper
.GetEntityContainerMap((StorageMappingItemCollection)itemCollection, table.EntityContainer);
System\Data\Mapping\StorageMappingItemCollection.cs (2)
478
foreach (var storageTypeMapping in
MappingMetadataHelper
.GetMappingsForEntitySetAndSuperTypes(this, entitySet.EntityContainer, entitySet, entityType))
499
foreach (var functionMappings in
MappingMetadataHelper
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (2)
79
StorageEntityContainerMapping entityContainerMap =
MappingMetadataHelper
.GetEntityContainerMap(m_storageMappingItemCollection, container);
174
StorageEntityContainerMapping entityContainerMap =
MappingMetadataHelper
.GetEntityContainerMap(m_storageMappingItemCollection, entityContainer);