SymbolExtensions.IsAsyncMethod(ISymbol) Method
Containing Type: SymbolExtensions
Assembly: Roslynator.Core.dll
Returns true if the symbol is an async method.
public static bool IsAsyncMethod(this Microsoft.CodeAnalysis.ISymbol? symbol)
Parameters
symbol ISymbol