2 references to TestController
Microsoft.AspNetCore.Mvc.Core.Test (2)
ApplicationModels\ParameterModelTest.cs (2)
15var parameter = new ParameterModel(typeof(TestController).GetMethod("Edit").GetParameters()[0], 18parameter.Action = new ActionModel(typeof(TestController).GetMethod("Edit"), new List<object>());