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