2 references to TestController
Microsoft.AspNetCore.Mvc.Core.Test (2)
ApplicationModels\PropertyModelTest.cs (2)
15
var propertyModel = new PropertyModel(typeof(
TestController
).GetProperty("Property"),
18
propertyModel.Controller = new ControllerModel(typeof(
TestController
).GetTypeInfo(), new List<object>());