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