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