4 references to GetValue
Microsoft.AspNetCore.Mvc.Core (1)
src\Shared\PropertyHelper\PropertyHelper.cs (1)
335dictionary[helper.Name] = helper.GetValue(value);
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
Filters\LifecycleProperty.cs (1)
28public object GetValue(object instance) => _propertyHelper.GetValue(instance);
HtmlAttributePropertyHelper.cs (1)
52internal object GetValue(object instance) => _propertyHelper.GetValue(instance);
ModelExplorer.cs (1)
421return c == null ? null : propertyHelper.GetValue(c);