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)
835
if (((uint)
_index
< (uint)dictionary._count))
837
Current = dictionary._arrayStorage[
_index
];