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)
178Debug.Assert(_executorAsync != null, "Async execution is not supported."); 179return _executorAsync(target, parameters);