2 references to IsAttribute
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
SymbolIsBannedAnalyzerBase.cs (2)
215INamedTypeSymbol namedType => namedType.IsAttribute(), 216IMethodSymbol method => method.ContainingType.IsAttribute() && method.IsConstructor(),