1 write to ResultType
Microsoft.AspNetCore.OpenApi (1)
src\Shared\ObjectMethodExecutor\AwaitableInfo.cs (1)
40ResultType = resultType;
3 references to ResultType
Microsoft.AspNetCore.OpenApi (3)
Services\OpenApiGenerator.cs (1)
106responseType = coercedAwaitableInfo.AwaitableInfo.ResultType;
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
43AsyncResultType = isAwaitable ? coercedAwaitableInfo.AwaitableInfo.ResultType : null; 255if (awaitableInfo.ResultType == typeof(void))