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