5 writes to _current
System.Collections.Immutable (5)
System\Collections\Immutable\ImmutableSortedDictionary_2.Enumerator.cs (5)
70
_current
= null;
122
_current
= null;
147
_current
= n;
153
_current
= null;
165
_current
= null;
2 references to _current
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedDictionary_2.Enumerator.cs (2)
93
if (
_current
!= null)
95
return
_current
.Value;