2 writes to _current
Test.Utilities (2)
SmallDictionary.cs (2)
656
_current
= _next;
667
_current
= curr;
1 reference to _current
Test.Utilities (1)
SmallDictionary.cs (1)
650
public readonly K Current =>
_current
!.Key;