1 write to MethodReturnType
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (1)
37
MethodReturnType
= methodInfo.ReturnType;
2 references to MethodReturnType
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
45
var isAwaitable = CoercedAwaitableInfo.IsTypeAwaitable(
MethodReturnType
, out var coercedAwaitableInfo);
68
var isAwaitable = IsTaskType(
MethodReturnType
, out var resultType);