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