SymbolExtensions.IsOrdinaryExtensionMethod(IMethodSymbol) Method
Containing Type: SymbolExtensions
Assembly: Roslynator.Core.dll
Returns true if this method is an ordinary extension method (i.e. "this" parameter has not been removed).
public static bool IsOrdinaryExtensionMethod(this Microsoft.CodeAnalysis.IMethodSymbol methodSymbol)
Parameters
methodSymbol IMethodSymbol