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