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