5 writes to _current
System.Collections.Immutable (5)
System\Collections\Immutable\ImmutableSortedSet_1.Enumerator.cs (5)
83
_current
= null;
133
_current
= null;
155
_current
= n;
161
_current
= null;
174
_current
= null;
2 references to _current
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedSet_1.Enumerator.cs (2)
110
if (
_current
!= null)
112
return
_current
.Value;