1 write to iterList
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryFunctions.cs (1)
71
this.
iterList
= new List<NodeSequenceIterator>();
5 references to iterList
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryFunctions.cs (5)
168
this.
iterList
.Add(iter);
179
if (this.
iterList
!= null)
181
for (int i = 0; i < this.
iterList
.Count; ++i)
183
this.
iterList
[i].Clear();
185
this.
iterList
.Clear();