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