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)
1428
public TKey Current =>
_currentKey
!;
1439
return
_currentKey
;