1 write to m_containerMapping
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\CellCreator.cs (1)
31
m_containerMapping
= containerMapping;
5 references to m_containerMapping
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\CellCreator.cs (5)
73
m_identifiers.AddIdentifier(
m_containerMapping
.EdmEntityContainer.Name);
74
m_identifiers.AddIdentifier(
m_containerMapping
.StorageEntityContainer.Name);
271
foreach (StorageSetMapping extentMap in
m_containerMapping
.AllSetMaps)
294
IEnumerable<EdmType> typeAndSubTypes = MetadataHelper.GetTypeAndSubtypesOf(type,
m_containerMapping
.StorageMappingItemCollection.EdmItemCollection, false /*includeAbstractTypes*/);
417
allTypes.AddRange(MetadataHelper.GetTypeAndSubtypesOf(type,
m_containerMapping
.StorageMappingItemCollection.EdmItemCollection, false /*includeAbstractTypes*/));