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