3 references to IsTypeAwaitable
Microsoft.AspNetCore.SignalR.Core (3)
src\Shared\ObjectMethodExecutor\CoercedAwaitableInfo.cs (3)
37if (AwaitableInfo.IsTypeAwaitable(type, out var directlyAwaitableInfo)) 44_ = AwaitableInfo.IsTypeAwaitable(nonGenericAwaitableType, out directlyAwaitableInfo); 62if (AwaitableInfo.IsTypeAwaitable(coercerResultType, out var coercedAwaitableInfo))