8 references to IsAsyncEffectivelyReturningGenericTask
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Statements.cs (1)
2967return symbol?.Kind == SymbolKind.Method && ((MethodSymbol)symbol).IsAsyncEffectivelyReturningGenericTask(this.Compilation);
BoundTree\UnboundLambda.cs (1)
889!lambdaSymbol.IsAsyncEffectivelyReturningGenericTask(compilation))
FlowAnalysis\NullableWalker.cs (1)
3159if (method.IsAsyncEffectivelyReturningGenericTask(compilation))
Lowering\AsyncRewriter\AsyncMethodBuilderMemberCollection.cs (1)
253if (method.IsAsyncEffectivelyReturningGenericTask(F.Compilation))
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (3)
95_exprRetValue = method.IsAsyncEffectivelyReturningGenericTask(F.Compilation) 264_method.IsAsyncEffectivelyReturningGenericTask(F.Compilation) 665Debug.Assert(_method.IsAsyncEffectivelyReturningGenericTask(F.Compilation));
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1614!methodSymbol.IsAsyncEffectivelyReturningGenericTask(declaringCompilation);