9 references to IsProjected
System.Data.Entity (9)
System\Data\Mapping\ViewGeneration\CqlGeneration\CqlBlock.cs (1)
118Debug.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)
280bool isProjected = childBlock.IsProjected(slotNum);
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (7)
391Debug.Assert(children[0].IsProjected(keySlotNum), "Key is not in 0th child"); 392Debug.Assert(child.IsProjected(keySlotNum), "Key is not in child"); 396if (!child.IsProjected(keySlotNum) || !children[0].IsProjected(keySlotNum)) 437if (false == child.IsProjected(slotNum)) 533if (false == child.IsProjected(slotNum)) 579if (child.IsProjected(boolSlotNum))