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