3 references to IsTypeAwaitable
Microsoft.AspNetCore.Mvc.Core (3)
src\Shared\ObjectMethodExecutor\CoercedAwaitableInfo.cs (3)
38
if (AwaitableInfo.
IsTypeAwaitable
(type, out var directlyAwaitableInfo))
45
_ = AwaitableInfo.
IsTypeAwaitable
(nonGenericAwaitableType, out directlyAwaitableInfo);
63
if (AwaitableInfo.
IsTypeAwaitable
(coercerResultType, out var coercedAwaitableInfo))