4 references to IsAttribute
Microsoft.CodeAnalysis.BannedApiAnalyzers (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (2)
476
=> (symbol as ITypeSymbol)?.
IsAttribute
() == true;
553
if (type.
IsAttribute
() && type.IsAccessibleWithin(withinType ?? withinAssembly))
SymbolIsBannedAnalyzerBase.cs (2)
216
INamedTypeSymbol namedType => namedType.
IsAttribute
(),
217
IMethodSymbol method => method.ContainingType.
IsAttribute
() && method.IsConstructor(),