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