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