4 references to GetValue
Microsoft.AspNetCore.Http.Abstractions (4)
Routing\RouteValueDictionary.cs (3)
635value = storage.Properties[i].GetValue(storage.Value); 686array[i] = new KeyValuePair<string, object?>(property.Name, property.GetValue(storage.Value)); 859Current = new KeyValuePair<string, object?>(property.Name, property.GetValue(storage.Value));
src\Shared\PropertyHelper\PropertyHelper.cs (1)
335dictionary[helper.Name] = helper.GetValue(value);