2 writes to data
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryNode.cs (2)
1034this.data = this; 1040this.data = iter.data;
8 references to data
System.ServiceModel (8)
System\ServiceModel\Dispatcher\QueryNode.cs (8)
1040this.data = iter.data; 1048return this.data.seq.Count; 1062if (this.index > this.data.seq.Count) 1094this.data.seq = null; 1110if (null == this.data.seq) 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();