2 writes to
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (2)
25
this.
var
= var;
241
this.
var
= elim.NewVarID();
6 references to
System.ServiceModel (6)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (6)
60
return this.
var
;
209
context.LoadVariable(this.
var
);
221
context.SaveVariable(this.
var
, count);
326
if (!context.LoadVariable(this.
var
))
329
context.SaveVariable(this.
var
, context.Processor.ElapsedCount(marker));
401
context.SaveVariable(this.children[i].
var
, context.Processor.ElapsedCount(marker));