22 references to CreateActionModel
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\DefaultApplicationModelProvider.cs (1)
76
var actionModel =
CreateActionModel
(controllerType, methodInfo);
Microsoft.AspNetCore.Mvc.Core.Test (21)
ApplicationModels\DefaultApplicationModelProviderTest.cs (21)
753
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
773
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
797
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
822
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
845
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
868
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
896
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
920
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
949
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
985
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
1007
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod("Delete"));
1030
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod("Index"));
1060
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
1081
var actions = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
1105
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
1132
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
1155
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
1179
var actionModel = builder.
CreateActionModel
(typeInfo, methodInfo);
1211
var actions = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
1233
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
1254
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));