7 references to IsAsyncEffectivelyReturningTask
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Expressions.cs (1)
11035
!method.
IsAsyncEffectivelyReturningTask
(compilation);
Binder\Binder_Statements.cs (2)
639
return method.ReturnsVoid || method.IsIterator || method.
IsAsyncEffectivelyReturningTask
(this.Compilation);
2942
return symbol?.Kind == SymbolKind.Method && ((MethodSymbol)symbol).
IsAsyncEffectivelyReturningTask
(this.Compilation);
BoundTree\UnboundLambda.cs (1)
867
!lambdaSymbol.
IsAsyncEffectivelyReturningTask
(compilation) &&
FlowAnalysis\FlowAnalysisPass.cs (1)
46
if (method.ReturnsVoid || method.IsIterator || method.
IsAsyncEffectivelyReturningTask
(compilation))
Lowering\AsyncRewriter\AsyncMethodBuilderMemberCollection.cs (1)
182
if (method.
IsAsyncEffectivelyReturningTask
(F.Compilation))
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1607
!methodSymbol.
IsAsyncEffectivelyReturningTask
(declaringCompilation) &&