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