2 writes to m_edmItemCollection
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (2)
59m_edmItemCollection = edmItemCollection; 67m_edmItemCollection = edmItemCollection;
8 references to m_edmItemCollection
System.Data.Entity (8)
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (8)
72domainMap = Domain.ComputeConstantDomainSetsForSlotsInUpdateViews(extentCells, m_edmItemCollection); 76domainMap = Domain.ComputeConstantDomainSetsForSlotsInQueryViews(extentCells, m_edmItemCollection, isValidationEnabled); 147CellConstantSet memberSet = Domain.DeriveDomainFromMemberPath(member, m_edmItemCollection, true /* Regardless of validation, leave the domain unbounded because this is not a condition member */); 177return new MemberDomainMap(domainMap, m_nonConditionDomainMap, m_edmItemCollection); 185return new MemberDomainMap(domainMap, m_nonConditionDomainMap, m_edmItemCollection); 211Set<Constant> completeDomain = Domain.DeriveDomainFromMemberPath(path, m_edmItemCollection, true /* leaveDomainUnbounded */); 231ReduceEnumerableDomainToEnumeratedValues(target, m_conditionDomainMap, config, m_edmItemCollection); 232ReduceEnumerableDomainToEnumeratedValues(target, m_nonConditionDomainMap, config, m_edmItemCollection);