1 instantiation of Enumerator
Roslyn.Diagnostics.Analyzers (1)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
694
return new
Enumerator
(_dict);
3 references to Enumerator
Roslyn.Diagnostics.Analyzers (3)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
692
public
Enumerator
GetEnumerator()
699
private
Enumerator
_e;
701
public EnumerableImpl(
Enumerator
e)