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