8 references to IsAsyncEffectivelyReturningGenericTask
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Statements.cs (1)
2951
return symbol?.Kind == SymbolKind.Method && ((MethodSymbol)symbol).
IsAsyncEffectivelyReturningGenericTask
(this.Compilation);
BoundTree\UnboundLambda.cs (1)
868
!lambdaSymbol.
IsAsyncEffectivelyReturningGenericTask
(compilation))
FlowAnalysis\NullableWalker.cs (1)
3001
if (method.
IsAsyncEffectivelyReturningGenericTask
(compilation))
Lowering\AsyncRewriter\AsyncMethodBuilderMemberCollection.cs (1)
253
if (method.
IsAsyncEffectivelyReturningGenericTask
(F.Compilation))
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (3)
90
_exprRetValue = method.
IsAsyncEffectivelyReturningGenericTask
(F.Compilation)
259
_method.
IsAsyncEffectivelyReturningGenericTask
(F.Compilation)
660
Debug.Assert(_method.
IsAsyncEffectivelyReturningGenericTask
(F.Compilation));
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1608
!methodSymbol.
IsAsyncEffectivelyReturningGenericTask
(declaringCompilation);