3 references to Create
Microsoft.AspNetCore.Mvc.Core (1)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (1)
123/// The difference between this method and <see cref="Create(MethodInfo, TypeInfo)"/> is that
Microsoft.AspNetCore.Mvc.Core.Test (2)
Filters\MiddlewareFilterTest.cs (1)
422return ObjectMethodExecutor.Create(actionDescriptor.MethodInfo, actionDescriptor.ControllerTypeInfo);
Infrastructure\ActionMethodExecutorTest.cs (1)
455return ObjectMethodExecutor.Create(methodInfo, type.GetTypeInfo());