3 instantiations of ObjectMethodExecutor
Microsoft.AspNetCore.Http.Extensions (3)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (3)
107
return new
ObjectMethodExecutor
(methodInfo, targetTypeInfo, null);
116
return new
ObjectMethodExecutor
(methodInfo, targetTypeInfo, parameterDefaultValues);
129
return new
ObjectMethodExecutor
(methodInfo, targetTypeInfo, isTrimAotCompatible: true);
4 references to ObjectMethodExecutor
Microsoft.AspNetCore.Http.Extensions (4)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (3)
105
public static
ObjectMethodExecutor
Create(MethodInfo methodInfo, TypeInfo targetTypeInfo)
112
public static
ObjectMethodExecutor
Create(MethodInfo methodInfo, TypeInfo targetTypeInfo, object?[] parameterDefaultValues)
127
public static
ObjectMethodExecutor
CreateTrimAotCompatible(MethodInfo methodInfo, TypeInfo targetTypeInfo)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs (1)
12
/// Provides a common awaitable structure that <see cref="
ObjectMethodExecutor
.ExecuteAsync"/> can