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)
754
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
774
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
798
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
823
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
846
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
869
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
897
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
921
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
950
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
986
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
1008
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod("Delete"));
1031
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod("Index"));
1061
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
1082
var actions = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
1106
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
1133
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
1156
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
1180
var actionModel = builder.
CreateActionModel
(typeInfo, methodInfo);
1212
var actions = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
1234
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));
1255
var action = builder.
CreateActionModel
(typeInfo, typeInfo.AsType().GetMethod(actionName));