1 write to m_entityContainerMapping
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (1)
61m_entityContainerMapping = entityContainerMapping;
5 references to m_entityContainerMapping
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (5)
211errorLog = GenerateQueryViewForExtentAndType(m_entityContainerMapping, identifiers, views, entity, type, mode); 357foreach (EdmType type in MetadataHelper.GetTypeAndSubtypesOf(extent.ElementType, m_entityContainerMapping.StorageMappingItemCollection.EdmItemCollection, false /*includeAbstractTypes*/)) 394return new ViewgenContext(viewTarget, extent, cellsForExtent, identifiers, m_config, m_queryDomainMap, m_updateDomainMap, m_entityContainerMapping); 435m_entityContainerMapping.StorageMappingItemCollection); 450GeneratedView generatedView = GeneratedView.CreateGeneratedView(context.Extent, generatedType, commandTree, eSQLView, m_entityContainerMapping.StorageMappingItemCollection, m_config);