1 instantiation of Enumerator
Metrics (1)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
577return new Enumerator(_dict);
3 references to Enumerator
Metrics (3)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
575public Enumerator GetEnumerator() 582private Enumerator _e; 584public EnumerableImpl(Enumerator e)