2 writes to _executorAsync
Microsoft.AspNetCore.Http.Extensions (2)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
57
_executorAsync
= GetExecutorAsync(methodInfo, targetTypeInfo, coercedAwaitableInfo);
80
_executorAsync
= GetExecutorAsyncTrimAotCompatible(methodInfo, AsyncResultType!);
2 references to _executorAsync
Microsoft.AspNetCore.Http.Extensions (2)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
178
Debug.Assert(
_executorAsync
!= null, "Async execution is not supported.");
179
return
_executorAsync
(target, parameters);