1 instantiation of Enumerator
Metrics.Legacy (1)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
577
return new
Enumerator
(_dict);
3 references to Enumerator
Metrics.Legacy (3)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
575
public
Enumerator
GetEnumerator()
582
private
Enumerator
_e;
584
public EnumerableImpl(
Enumerator
e)