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