2 references to IsAttribute
Microsoft.CodeAnalysis.Extensions.Package (2)
Symbols\ISymbolExtensions.cs (2)
474=> (symbol as ITypeSymbol)?.IsAttribute() == true; 547if (type.IsAttribute() && type.IsAccessibleWithin(withinType ?? withinAssembly))