4 writes to counter
System.ServiceModel (4)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (4)
124
this.
counter
= nav.counter;
673
this.
counter
= nav.counter;
1136
this.
counter
= this;
1143
this.
counter
= this;
11 references to counter
System.ServiceModel (11)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (11)
124
this.counter = nav.
counter
;
673
this.counter = nav.
counter
;
2087
return this.
counter
.nodeCount;
2091
this.
counter
.nodeCount = value;
2099
this.
counter
.nodeCountMax = value;
2105
return marker - this.
counter
.nodeCount;
2110
Fx.Assert(this.
counter
!= null, "Counter reference is null");
2111
if (this.
counter
.nodeCount > 0)
2113
--this.
counter
.nodeCount;
2117
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XPathNavigatorException(SR.GetString(SR.FilterNodeQuotaExceeded, this.
counter
.nodeCountMax)));
2129
this.
counter
.nodeCount -= (count - 1);