3 references to VerifyAttributes
Microsoft.CodeAnalysis.BannedApiAnalyzers (3)
SymbolIsBannedAnalyzerBase.cs (3)
65
VerifyAttributes
(context.ReportDiagnostic, compilationContext.Compilation.Assembly.GetAttributes(), context.CancellationToken);
66
VerifyAttributes
(context.ReportDiagnostic, compilationContext.Compilation.SourceModule.GetAttributes(), context.CancellationToken);
72
VerifyAttributes
(context.ReportDiagnostic, context.Symbol.GetAttributes(), context.CancellationToken);