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