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