2 references to IsAttribute
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ISymbolExtensions.cs (2)
471=> (symbol as ITypeSymbol)?.IsAttribute() == true; 544if (type.IsAttribute() && type.IsAccessibleWithin(withinType ?? withinAssembly))