4 writes to _current
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (4)
1818
_current
= default!;
1835
_current
= entry.Value;
1841
_current
= default!;
1870
_current
= default!;
2 references to _current
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (2)
1845
public T Current =>
_current
;
1858
return
_current
;