1 instantiation of Enumerator
Microsoft.CodeAnalysis (1)
Collections\SmallDictionary.cs (1)
800
return new
Enumerator
(this);
3 references to Enumerator
Microsoft.CodeAnalysis (3)
Collections\SmallDictionary.cs (3)
798
public
Enumerator
GetEnumerator()
805
private
Enumerator
_e;
807
public EnumerableImpl(
Enumerator
e)