2 writes to _current
Test.Utilities (2)
SmallDictionary.cs (2)
880
_current
= _next;
891
_current
= curr;
2 references to _current
Test.Utilities (2)
SmallDictionary.cs (2)
874
public readonly KeyValuePair<K, V> Current => new(
_current
!.Key,
_current
!.Value);