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