2 instantiations of IteratorToEnumeratorAdapter
mscorlib (2)
system\runtime\interopservices\windowsruntime\iteratortoenumeratoradapter.cs (2)
42return new IteratorToEnumeratorAdapter<T>(_this.First()); 98return new IteratorToEnumeratorAdapter<object>(new NonGenericToGenericIterator(_this.First()));