Implemented interface member:
5 writes to Current
Microsoft.AspNetCore.Http.Abstractions (5)
Routing\RouteValueDictionary.cs (5)
805
Current
= default;
832
Current
= dictionary._arrayStorage[_index];
859
Current
= new KeyValuePair<string, object?>(property.Name, property.GetValue(storage.Value));
866
Current
= default;
873
Current
= default;
1 reference to Current
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\RouteValueDictionary.cs (1)
812
object IEnumerator.Current =>
Current
;