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)
650public readonly K Current => _current!.Key;