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