2 references to IsAttribute
Metrics.Legacy (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (2)
476
=> (symbol as ITypeSymbol)?.
IsAttribute
() == true;
553
if (type.
IsAttribute
() && type.IsAccessibleWithin(withinType ?? withinAssembly))