1 write to _propertyHelper
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Filters\LifecycleProperty.cs (1)
19
_propertyHelper
= new PropertyHelper(propertyInfo);
3 references to _propertyHelper
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
Filters\LifecycleProperty.cs (3)
26
public PropertyInfo PropertyInfo =>
_propertyHelper
.Property;
28
public object GetValue(object instance) =>
_propertyHelper
.GetValue(instance);
34
_propertyHelper
.SetValue(instance, value);