Implemented interface member:
4 writes to Current
Microsoft.AspNetCore.Shared.Tests (4)
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (4)
625Current = default; 654Current = dictionary._arrayStorage[_index]; 664Current = enumerator.Current; 676Current = default;
1 reference to Current
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (1)
632object IEnumerator.Current => Current;