1 reference to AsyncMethodBuilderAttribute
Microsoft.CodeAnalysis.CodeStyle (1)
IMethodSymbolExtensions.cs (1)
122method.ReturnType.GetAttributes().Any(a => a.AttributeClass?.Equals(compilation.AsyncMethodBuilderAttribute()) ?? false);