1 write to Value
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\RouteValueDictionary.cs (1)
888
Value
= value;
4 references to Value
Microsoft.AspNetCore.Http.Abstractions (4)
Routing\RouteValueDictionary.cs (4)
635
value = storage.Properties[i].GetValue(storage.
Value
);
686
array[i] = new KeyValuePair<string, object?>(property.Name, property.GetValue(storage.
Value
));
859
Current = new KeyValuePair<string, object?>(property.Name, property.GetValue(storage.
Value
));
891
var type =
Value
.GetType();