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