Exemple #1
0
 public static bool HasAttribute(this IMethodSymbol type, INamedTypeSymbol attribute)
 => type.FindAttribute(attribute) != null;