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