4 writes to _current
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableList_1.Enumerator.cs (4)
97
_current
= null;
147
_current
= null;
172
_current
= n;
179
_current
= null;
2 references to _current
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.Enumerator.cs (2)
127
if (
_current
!= null)
129
return
_current
.Value;