Base:
method
HasAsyncMethodBuilderAttribute
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.HasAsyncMethodBuilderAttribute(out Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol)
2 references to HasAsyncMethodBuilderAttribute
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\LambdaSymbol.cs (1)
296if (!HasExplicitReturnType && this.HasAsyncMethodBuilderAttribute(out _))
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1547if (this.HasAsyncMethodBuilderAttribute(out _))