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)
828if (dictionary._propertyStorage == null && ((uint)_index < (uint)dictionary._count)) 830Current = dictionary._arrayStorage[_index]; 853if (dictionary._propertyStorage != null && ((uint)_index < (uint)dictionary._count)) 856var property = storage.Properties[_index];