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