3 references to GetProjectedSlots
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\CellTreeNode.cs (1)
219
bool[] requiredSlots =
GetProjectedSlots
();
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (2)
232
bool[] childProjectedSlots = child.
GetProjectedSlots
();
352
bool[] childProjectedSlots = child.
GetProjectedSlots
();