1 write to _e
Microsoft.CodeAnalysis (1)
Collections\SmallDictionary.cs (1)
703
_e
= e;
3 references to _e
Microsoft.CodeAnalysis (3)
Collections\SmallDictionary.cs (3)
706
V IEnumerator<V>.Current =>
_e
.Current;
712
object? IEnumerator.Current =>
_e
.Current;
716
return
_e
.MoveNext();