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