4 writes to index
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryNode.cs (4)
1041
this.
index
= iter.index;
1127
this.
index
++;
1131
this.
index
++;
1139
this.
index
= 0;
7 references to index
System.ServiceModel (7)
System\ServiceModel\Dispatcher\QueryNode.cs (7)
1041
this.index = iter.
index
;
1056
if (this.
index
== 0)
1062
if (this.
index
> this.data.seq.Count)
1088
return this.
index
;
1116
if (this.
index
< this.data.seq.Count)
1121
this.nav = (SeekableXPathNavigator)this.data.seq[this.
index
].GetNavigator().Clone();
1125
this.nav.CurrentPosition = this.data.seq[this.
index
].GetNavigatorPosition();