3 implementations of CounterMarker
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
130public int CounterMarker 179public int CounterMarker
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
2083int INodeCounter.CounterMarker
3 writes to CounterMarker
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryMatcher.cs (2)
463counter.CounterMarker = this.maxNodes; 842counter.CounterMarker = this.NodeQuota;
System\ServiceModel\Dispatcher\QueryProcessor.cs (1)
567this.counter.CounterMarker = value;
1 reference to CounterMarker
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryProcessor.cs (1)
563return this.counter.CounterMarker;