2 writes to _current
Test.Utilities (2)
SmallDictionary.cs (2)
774
_current
= _next;
785
_current
= curr;
1 reference to _current
Test.Utilities (1)
SmallDictionary.cs (1)
768
public readonly V Current =>
_current
!.Value;