Implemented interface member:
5 writes to Current
Microsoft.AspNetCore.Http.Abstractions (5)
Routing\RouteValueDictionary.cs (5)
803
Current
= default;
830
Current
= dictionary._arrayStorage[_index];
857
Current
= new KeyValuePair<string, object?>(property.Name, property.GetValue(storage.Value));
864
Current
= default;
871
Current
= default;
1 reference to Current
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\RouteValueDictionary.cs (1)
810
object IEnumerator.Current =>
Current
;