4 writes to _currentKey
Microsoft.Build.Framework (4)
SegmentedDictionary`2.cs (4)
1398_currentKey = default; 1418_currentKey = entry._key; 1424_currentKey = default; 1451_currentKey = default;
2 references to _currentKey
Microsoft.Build.Framework (2)
SegmentedDictionary`2.cs (2)
1428public TKey Current => _currentKey!; 1439return _currentKey;