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