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