15 references to NumProjectedSlots
System.Data.Entity (15)
System\Data\Mapping\ViewGeneration\CellCreator.cs (2)
229
for (int i = 0; i < originalCell.GetLeftQuery(viewTarget).
NumProjectedSlots
; i++)
234
for (int i = 0; i < originalCell.GetRightQuery(viewTarget).
NumProjectedSlots
; i++)
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
508
for (int i = 0; i < thisQuery.
NumProjectedSlots
; i++)
System\Data\Mapping\ViewGeneration\Structures\Cell.cs (5)
50
Debug.Assert(m_sQuery.
NumProjectedSlots
== m_cQuery.
NumProjectedSlots
,
181
Debug.Assert(CQuery.
NumProjectedSlots
== SQuery.
NumProjectedSlots
,
183
for (int i = 0; i < CQuery.
NumProjectedSlots
; i++)
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (4)
91
get { return LeftCellWrapper.RightCellQuery.
NumProjectedSlots
; }
133
Debug.Assert(cellQuery.
NumProjectedSlots
+ cellQuery.NumBoolVars == totalSlots,
136
Debug.Assert(cellQuery.
NumProjectedSlots
== ProjectedSlotMap.Count,
139
for (int i = 0; i < cellQuery.
NumProjectedSlots
; i++)
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (1)
270
for (int i = 0; i < cQuery.
NumProjectedSlots
; i++)
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (2)
64
Debug.Assert(cell.CQuery.
NumProjectedSlots
== cell.SQuery.
NumProjectedSlots
);