1 instantiation of TestController
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Filters\ControllerViewDataAttributeFilterTest.cs (1)
61
var controller = new
TestController
();
5 references to TestController
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (5)
Filters\ControllerViewDataAttributeFilterTest.cs (5)
53
var type = typeof(
TestController
);
56
new LifecycleProperty(type.GetProperty(nameof(
TestController
.Prop1)), "Prop1"),
57
new LifecycleProperty(type.GetProperty(nameof(
TestController
.Prop2)), "Prop2"),
58
new LifecycleProperty(type.GetProperty(nameof(
TestController
.Prop3)), "Prop3"),
61
var
controller = new TestController();