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