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