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