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