4 writes to _currentKey
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (4)
2022_currentKey = default; 2040_currentKey = entry.key; 2046_currentKey = default; 2073_currentKey = default;
2 references to _currentKey
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
2050public TKey Current => _currentKey!; 2061return _currentKey;