1 write to iter
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryNode.cs (1)
1149this.iter = new NodeSequenceIterator(iter);
6 references to iter
System.ServiceModel (6)
System\ServiceModel\Dispatcher\QueryNode.cs (6)
1157if (this.iter.CurrentPosition == 0) 1163if (this.iter.CurrentPosition > this.iter.Count) 1169return this.iter.Current; 1175return iter.MoveNext(); 1180this.iter.Reset();