2 overrides of IsProjectedSlot
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
111internal override bool IsProjectedSlot(int slot)
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (1)
203internal override bool IsProjectedSlot(int slot)
2 references to IsProjectedSlot
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\CellTreeNode.cs (1)
153slots[i] = IsProjectedSlot(i);
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (1)
208if (childNode.IsProjectedSlot(slot))