9 references to IsProjected
System.Data.Entity (9)
System\Data\Mapping\ViewGeneration\CqlGeneration\CqlBlock.cs (1)
118
Debug.Assert(this.
IsProjected
(slotNum), StringUtil.FormatInvariant("Slot {0} that is to be qualified with the block alias is not projected in this block", slotNum));
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
280
bool isProjected = childBlock.
IsProjected
(slotNum);
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (7)
391
Debug.Assert(children[0].
IsProjected
(keySlotNum), "Key is not in 0th child");
392
Debug.Assert(child.
IsProjected
(keySlotNum), "Key is not in child");
396
if (!child.
IsProjected
(keySlotNum) || !children[0].
IsProjected
(keySlotNum))
437
if (false == child.
IsProjected
(slotNum))
533
if (false == child.
IsProjected
(slotNum))
579
if (child.
IsProjected
(boolSlotNum))