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