2 instantiations of ObjectMethodExecutor
Microsoft.AspNetCore.Http.Extensions (2)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
79return new ObjectMethodExecutor(methodInfo, targetTypeInfo, null); 86return new ObjectMethodExecutor(methodInfo, targetTypeInfo, parameterDefaultValues);
3 references to ObjectMethodExecutor
Microsoft.AspNetCore.Http.Extensions (3)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
77public static ObjectMethodExecutor Create(MethodInfo methodInfo, TypeInfo targetTypeInfo) 82public static ObjectMethodExecutor Create(MethodInfo methodInfo, TypeInfo targetTypeInfo, object?[] parameterDefaultValues)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs (1)
12/// Provides a common awaitable structure that <see cref="ObjectMethodExecutor.ExecuteAsync"/> can