1 write to ResultType
Microsoft.AspNetCore.Http.Extensions (1)
src\Shared\ObjectMethodExecutor\AwaitableInfo.cs (1)
42
ResultType
= resultType;
6 references to ResultType
Microsoft.AspNetCore.Http.Extensions (6)
RequestDelegateFactory.cs (3)
535
var typeArg = coercedAwaitableInfo.AwaitableInfo.
ResultType
;
541
var typeArg = coercedAwaitableInfo.AwaitableInfo.
ResultType
;
1035
returnType = coercedAwaitableInfo.AwaitableInfo.
ResultType
;
src\Shared\EndpointMetadataPopulator.cs (1)
52
returnType = coercedAwaitableInfo.AwaitableInfo.
ResultType
;
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
48
AsyncResultType = isAwaitable ? coercedAwaitableInfo.AwaitableInfo.
ResultType
: null;
301
if (awaitableInfo.
ResultType
== typeof(void))