2 writes to counter
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
160this.counter = nav.counter; 166this.counter = this;
9 references to counter
System.ServiceModel (9)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (9)
160this.counter = nav.counter; 183return this.counter.nodeCount; 187this.counter.nodeCount = value; 195this.counter.nodeCountMax = value; 335return marker - this.counter.nodeCount; 382this.counter.nodeCount -= (count - 1); 388if (this.counter.nodeCount > 0) 390this.counter.nodeCount--; 394throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XPathNavigatorException(SR.GetString(SR.FilterNodeQuotaExceeded, this.counter.nodeCountMax)));