5 writes to _index
Microsoft.AspNetCore.Http.Abstractions (5)
Routing\RouteValueDictionary.cs (5)
806
_index
= 0;
833
_index
++;
860
_index
++;
865
_index
= dictionary._count;
874
_index
= 0;
4 references to _index
Microsoft.AspNetCore.Http.Abstractions (4)
Routing\RouteValueDictionary.cs (4)
830
if (dictionary._propertyStorage == null && ((uint)
_index
< (uint)dictionary._count))
832
Current = dictionary._arrayStorage[
_index
];
855
if (dictionary._propertyStorage != null && ((uint)
_index
< (uint)dictionary._count))
858
var property = storage.Properties[
_index
];