4 writes to _current
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (4)
1810
_current
= default!;
1827
_current
= entry.Value;
1833
_current
= default!;
1862
_current
= default!;
2 references to _current
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (2)
1837
public T Current =>
_current
;
1850
return
_current
;