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