5 references to SetValue
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Filters\SaveTempDataPropertyFilterBase.cs (1)
78property.SetValue(Subject, value);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
Filters\LifecyclePropertyTest.cs (4)
32lifecycleProperty.SetValue(subject, "new-value"); 47lifecycleProperty.SetValue(subject, null); 62lifecycleProperty.SetValue(subject, null); 77lifecycleProperty.SetValue(subject, null);