1 instantiation of Enumerator
Microsoft.CodeAnalysis (1)
Collections\SmallDictionary.cs (1)
694
return new
Enumerator
(_dict);
3 references to Enumerator
Microsoft.CodeAnalysis (3)
Collections\SmallDictionary.cs (3)
692
public
Enumerator
GetEnumerator()
699
private
Enumerator
_e;
701
public EnumerableImpl(
Enumerator
e)