4 references to ActionModel
ApplicationModelWebSite (1)
Conventions\CloneActionConvention.cs (1)
19var actionCopy = new ActionModel(action)
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);