1 write to ResultType
Microsoft.AspNetCore.Mvc.Core (1)
src\Shared\ObjectMethodExecutor\AwaitableInfo.cs (1)
42ResultType = resultType;
3 references to ResultType
Microsoft.AspNetCore.Mvc.Core (3)
src\Shared\EndpointMetadataPopulator.cs (1)
52returnType = coercedAwaitableInfo.AwaitableInfo.ResultType;
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
48AsyncResultType = isAwaitable ? coercedAwaitableInfo.AwaitableInfo.ResultType : null; 301if (awaitableInfo.ResultType == typeof(void))