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