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