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)
295
if (!HasExplicitReturnType && this.
HasAsyncMethodBuilderAttribute
(out _))
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1544
if (this.
HasAsyncMethodBuilderAttribute
(out _))