5 references to SubExpr
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()); 287: base(null, ops, var) 537e = new SubExpr(null, start, NewVarID());