3 implementations of INodeCounter
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
127internal class DummyNodeCounter : INodeCounter 150internal class SafeSeekableNavigator : SeekableXPathNavigator, INodeCounter
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
22class SeekableMessageNavigator : SeekableXPathNavigator, INodeCounter
13 references to INodeCounter
System.ServiceModel (13)
System\ServiceModel\Dispatcher\QueryMatcher.cs (4)
460INodeCounter counter = navigator as INodeCounter; 835INodeCounter counter = navigator as INodeCounter;
System\ServiceModel\Dispatcher\QueryProcessor.cs (4)
431INodeCounter counter; 516this.counter = this.contextNode as INodeCounter; 527this.counter = value as INodeCounter; 559this.counter = this.ContextNode as INodeCounter;
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (5)
2083int INodeCounter.CounterMarker 2095int INodeCounter.MaxCounter 2103int INodeCounter.ElapsedCount(int marker) 2122void INodeCounter.Increase() 2127void INodeCounter.IncreaseBy(int count)