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