1 instantiation of Enumerator
Roslyn.Diagnostics.Analyzers (1)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
800return new Enumerator(this);
3 references to Enumerator
Roslyn.Diagnostics.Analyzers (3)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
798public Enumerator GetEnumerator() 805private Enumerator _e; 807public EnumerableImpl(Enumerator e)