5 writes to _index
Microsoft.AspNetCore.Http.Abstractions (5)
Routing\RouteValueDictionary.cs (5)
804
_index
= 0;
831
_index
++;
858
_index
++;
863
_index
= dictionary._count;
872
_index
= 0;
4 references to _index
Microsoft.AspNetCore.Http.Abstractions (4)
Routing\RouteValueDictionary.cs (4)
828
if (dictionary._propertyStorage == null && ((uint)
_index
< (uint)dictionary._count))
830
Current = dictionary._arrayStorage[
_index
];
853
if (dictionary._propertyStorage != null && ((uint)
_index
< (uint)dictionary._count))
856
var property = storage.Properties[
_index
];