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