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