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