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