5 writes to counter
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryProcessor.cs (5)
516this.counter = this.contextNode as INodeCounter; 519this.counter = DummyNodeCounter.Dummy; 527this.counter = value as INodeCounter; 559this.counter = this.ContextNode as INodeCounter; 561this.counter = DummyNodeCounter.Dummy;
7 references to counter
System.ServiceModel (7)
System\ServiceModel\Dispatcher\QueryProcessor.cs (7)
517if (null == this.counter) 557if (this.counter == null) 560if (this.counter == null) 563return this.counter.CounterMarker; 567this.counter.CounterMarker = value; 808return this.counter.ElapsedCount(marker); 901this.counter.IncreaseBy(iter * this.subExprVars[var].count);