8 references to
System.Data.Entity (8)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (2)
222
MemberPath thisMember = m_projectedSlotMap
[
foundSlot];
332
MemberPath member = m_projectedSlotMap
[
slotNum];
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
785
MemberPath memberPath = _context.MemberMaps.ProjectedSlotMap
[
memberNum];
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
516
MemberPath tableMember = m_viewgenContext.MemberMaps.ProjectedSlotMap
[
i];
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (2)
148
MemberPath memberPath = ProjectedSlotMap
[
i];
154
slot, ProjectedSlotMap
[
i]);
System\Data\Mapping\ViewGeneration\Structures\MemberProjectionIndex.cs (2)
132
MemberPath result = this.IsBoolSlot(slotNum, numBoolSlots) ? null : this
[
slotNum];
161
return slotNum < this.Count && this
[
slotNum].IsPartOfKey;