1 write to exprList
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (1)
474
this.
exprList
= new List<SubExpr>();
12 references to exprList
System.ServiceModel (12)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (12)
478
this.
exprList
.Add(header);
486
return this.
exprList
;
525
for (int i = 0; i < this.
exprList
.Count; ++i)
527
if (this.
exprList
[i].FirstOp.Equals(start))
529
e = this.
exprList
[i];
538
this.
exprList
.Add(e);
606
for (int i = 0; i < this.
exprList
.Count; ++i)
608
this.
exprList
[i].Renumber(this);
614
this.
exprList
.Capacity = this.
exprList
.Count;
615
for (int i = 0; i < this.
exprList
.Count; ++i)
617
this.
exprList
[i].Trim();