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