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