3 writes to m_boolExprs
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (3)
85
m_boolExprs
= boolExprs;
99
this.
m_boolExprs
= source.m_boolExprs;
728
m_boolExprs
= new List<BoolExpression>(numBoolVars);
10 references to m_boolExprs
System.Data.Entity (10)
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (10)
99
this.m_boolExprs = source.
m_boolExprs
;
110
this(newSlots, existing.m_whereClause, existing.
m_boolExprs
,
147
get { return
m_boolExprs
; }
153
get { return
m_boolExprs
.Count; }
720
return
m_boolExprs
[varNum];
731
m_boolExprs
.Add(null);
734
m_boolExprs
[cellNum] = BoolExpression.True;
819
List<BoolExpression> boolExprs =
m_boolExprs
;
861
if (
m_boolExprs
.Count > 0)
864
StringUtil.ToSeparatedString(builder,
m_boolExprs
, ", ", "_");