2 writes to nextFreeIndex
System.ServiceModel (2)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (2)
1169this.nextFreeIndex = minSize; 1882return this.nextFreeIndex++;
9 references to nextFreeIndex
System.ServiceModel (9)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (9)
1124this.dom.Atomize(RootIndex, this.nextFreeIndex); 1165Array.Clear(this.nodes, 1, this.nextFreeIndex - 1); 1454if (p.elem > NullIndex && p.elem < this.nextFreeIndex) 1462if (p.parent > NullIndex && p.parent < this.nextFreeIndex && this.nodes[p.parent].type == XPathNodeType.Element && this.nodes[p.elem].type == XPathNodeType.Namespace) 1746int lower = this.nextFreeIndex; 1752int upper = this.nextFreeIndex; 1774int lower = this.nextFreeIndex; 1796int upper = this.nextFreeIndex; 1862if (this.nextFreeIndex == this.nodes.Length)