3 references to MemberPath
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
318
slotInfos[i] = new SlotInfo(true, true, childAddedSlot, childBlock.
MemberPath
(i));
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (2)
254
MemberPath memberPath = childBlock.
MemberPath
(slotNum);
358
additionalChildSlots.Add(Tuple.Create(childBlock.QualifySlotWithBlockAlias(qualifiedSlotNumber), childBlock.
MemberPath
(qualifiedSlotNumber)));