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