3 writes to _index
Microsoft.AspNetCore.Shared.Tests (3)
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (3)
626_index = 0; 655_index++; 677_index = 0;
2 references to _index
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (2)
649if (dictionary._count <= _index) 654Current = dictionary._arrayStorage[_index];