2 references to IsEffectivelyTaskReturningAsyncMethod
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (2)
3068if (retType.IsVoidType() || IsEffectivelyTaskReturningAsyncMethod()) 3487else if (returnType.IsVoidType() || IsEffectivelyTaskReturningAsyncMethod())