3 references to ActionModel
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\ControllerModel.cs (1)
64Actions = new List<ActionModel>(other.Actions.Select(a => new ActionModel(a) { Controller = this }));
Microsoft.AspNetCore.Mvc.Core.Test (2)
ApplicationModels\ActionModelTest.cs (2)
38var action2 = new ActionModel(action); 82var action2 = new ActionModel(action);