5 references to NewVarID
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (5)
99SubExpr e = new SubExpr(this, ops, elim.NewVarID()); 107SubExpr ee = new SubExpr(e, ops, elim.NewVarID()); 133SubExpr e = new SubExpr(this.parent, firstOp, elim.NewVarID()); 241this.var = elim.NewVarID(); 537e = new SubExpr(null, start, NewVarID());