3 references to NumBoolVars
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (3)
96get { return LeftCellWrapper.RightCellQuery.NumBoolVars; } 133Debug.Assert(cellQuery.NumProjectedSlots + cellQuery.NumBoolVars == totalSlots, 159for (int boolNum = 0; boolNum < cellQuery.NumBoolVars; boolNum++)