2 overrides of NumProjectedSlots
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
89internal override int NumProjectedSlots
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (1)
111internal override int NumProjectedSlots
3 references to NumProjectedSlots
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (3)
117return m_children[0].NumProjectedSlots; 266Debug.Assert(totalSlots == child.NumBoolSlots + child.NumProjectedSlots, 360Debug.Assert(totalSlots == child.NumBoolSlots + child.NumProjectedSlots,