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