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