1 write to _e
Microsoft.CodeAnalysis.CodeStyle (1)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
586
_e
= e;
3 references to _e
Microsoft.CodeAnalysis.CodeStyle (3)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
589
K IEnumerator<K>.Current =>
_e
.Current;
595
object IEnumerator.Current =>
_e
.Current;
599
return
_e
.MoveNext();