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