1 write to outerEnumerator
System.ServiceModel (1)
System\ServiceModel\Dispatcher\MessageQueryTable.cs (1)
340this.outerEnumerator = enumerable.table.collectionsByType.Values.GetEnumerator();
2 references to outerEnumerator
System.ServiceModel (2)
System\ServiceModel\Dispatcher\MessageQueryTable.cs (2)
365if (!this.outerEnumerator.MoveNext()) 371MessageQueryCollection collection = this.outerEnumerator.Current;