2 references to IsAttribute
Microsoft.CodeAnalysis.CodeStyle (2)
ISymbolExtensions.cs (2)
410=> (symbol as ITypeSymbol)?.IsAttribute() == true; 486if (type.IsAttribute() && type.IsAccessibleWithin(withinType ?? withinAssembly))