1 write to expr
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (1)
639this.expr = expr;
10 references to expr
System.ServiceModel (10)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (10)
646return expr; 657return this.expr == sop.expr; 665if (!context.LoadVariable(this.expr.Variable)) 675this.expr.Eval(context); 689context.LoadVariable(this.expr.Variable); 698this.expr.EvalSpecial(context); 728if (!context.LoadVariable(this.expr.Variable)) 730this.expr.Eval(context); 737this.expr.EvalSpecial(context);