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)
1845public T Current => _current; 1858return _current;