5 writes to _current
System.Collections.Immutable (5)
System\Collections\Immutable\SortedInt32KeyNode.Enumerator.cs (5)
57
_current
= null;
108
_current
= null;
132
_current
= n;
138
_current
= null;
149
_current
= null;
2 references to _current
System.Collections.Immutable (2)
System\Collections\Immutable\SortedInt32KeyNode.Enumerator.cs (2)
79
if (
_current
!= null)
81
return
_current
.Value;