1 instantiation of SuppressionAnalysisContext
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
363var context = new SuppressionAnalysisContext(Compilation, AnalyzerOptions,
16 references to SuppressionAnalysisContext
Microsoft.CodeAnalysis (5)
DiagnosticAnalyzer\AnalyzerExecutor.cs (2)
362Action<SuppressionAnalysisContext> action = suppressor.ReportSuppressions; 363var context = new SuppressionAnalysisContext(Compilation, AnalyzerOptions,
DiagnosticAnalyzer\AnalyzerTelemetry.cs (1)
121/// has a single suppression action, i.e. <see cref="DiagnosticSuppressor.ReportSuppressions(SuppressionAnalysisContext)"/>.
DiagnosticAnalyzer\DiagnosticSuppressor.cs (1)
38public abstract void ReportSuppressions(SuppressionAnalysisContext context);
DiagnosticAnalyzer\Suppression.cs (1)
39/// <see cref="Diagnostic"/> to be suppressed, which must be from <see cref="SuppressionAnalysisContext.ReportedDiagnostics"/>
Microsoft.CodeAnalysis.Compiler.Test.Resources (1)
Analyzers\DoNothingSuppressor.cs (1)
16public override void ReportSuppressions(SuppressionAnalysisContext context)
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (1)
929public override void ReportSuppressions(SuppressionAnalysisContext context)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Diagnostics\GetDiagnosticsTests.cs (1)
1087public override void ReportSuppressions(SuppressionAnalysisContext context)
Microsoft.CodeAnalysis.Test.Utilities (8)
Diagnostics\CommonDiagnosticAnalyzers.cs (8)
434public override void ReportSuppressions(SuppressionAnalysisContext context) 2061public override void ReportSuppressions(SuppressionAnalysisContext context) 2087public override void ReportSuppressions(SuppressionAnalysisContext context) 2107public override void ReportSuppressions(SuppressionAnalysisContext context) 2130public override void ReportSuppressions(SuppressionAnalysisContext context) 2158public override void ReportSuppressions(SuppressionAnalysisContext context) 2190public override void ReportSuppressions(SuppressionAnalysisContext context) 2222public override void ReportSuppressions(SuppressionAnalysisContext context)