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