1 write to m_updateDomainMap
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (1)
68m_updateDomainMap = new MemberDomainMap(ViewTarget.UpdateView, m_config.IsValidationEnabled, cellGroup, entityContainerMapping.StorageMappingItemCollection.EdmItemCollection, m_config, inheritanceGraph);
8 references to m_updateDomainMap
System.Data.Entity (8)
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (8)
75MemberDomainMap.PropagateUpdateDomainToQueryDomain(cellGroup, m_queryDomainMap, m_updateDomainMap); 77UpdateWhereClauseForEachCell(cellGroup, m_queryDomainMap, m_updateDomainMap, m_config); 82MemberDomainMap updateOpenDomain = m_updateDomainMap.GetOpenDomain(); 92cell.SQuery.WhereClause.FixDomainMap(m_updateDomainMap); 161m_updateDomainMap.ExpandDomainsToIncludeAllPossibleValues(); 204m_updateDomainMap.ExpandDomainsToIncludeAllPossibleValues(); 208cell.SQuery.WhereClause.FixDomainMap(m_updateDomainMap); 394return new ViewgenContext(viewTarget, extent, cellsForExtent, identifiers, m_config, m_queryDomainMap, m_updateDomainMap, m_entityContainerMapping);