4 writes to _index
Microsoft.AspNetCore.Components (4)
src\Http\Http.Abstractions\src\Routing\RouteValueDictionary.cs (4)
804_index = 0; 838_index++; 863_index = dictionary._count; 872_index = 0;
2 references to _index
Microsoft.AspNetCore.Components (2)
src\Http\Http.Abstractions\src\Routing\RouteValueDictionary.cs (2)
835if (((uint)_index < (uint)dictionary._count)) 837Current = dictionary._arrayStorage[_index];