5 writes to nodeCount
System.ServiceModel (5)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (5)
1134
this.
nodeCount
= count;
1144
this.
nodeCount
= countMax;
2091
this.counter.
nodeCount
= value;
2113
--this.counter.
nodeCount
;
2129
this.counter.
nodeCount
-= (count - 1);
3 references to nodeCount
System.ServiceModel (3)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (3)
2087
return this.counter.
nodeCount
;
2105
return marker - this.counter.
nodeCount
;
2111
if (this.counter.
nodeCount
> 0)