3 references to VerifyAttributes
Microsoft.CodeAnalysis.Analyzers (3)
src\RoslynAnalyzers\Microsoft.CodeAnalysis.BannedApiAnalyzers\Core\SymbolIsBannedAnalyzerBase.cs (3)
56
VerifyAttributes
(context.ReportDiagnostic, compilationContext.Compilation.Assembly.GetAttributes(), context.CancellationToken);
57
VerifyAttributes
(context.ReportDiagnostic, compilationContext.Compilation.SourceModule.GetAttributes(), context.CancellationToken);
61
context =>
VerifyAttributes
(context.ReportDiagnostic, context.Symbol.GetAttributes(), context.CancellationToken),