1 write to ReportedDiagnostics
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (1)
1715ReportedDiagnostics = reportedDiagnostics;
8 references to ReportedDiagnostics
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (1)
1727if (!ReportedDiagnostics.Contains(suppression.SuppressedDiagnostic))
DiagnosticAnalyzer\Suppression.cs (1)
39/// <see cref="Diagnostic"/> to be suppressed, which must be from <see cref="SuppressionAnalysisContext.ReportedDiagnostics"/>
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (1)
933foreach (var diagnostic in context.ReportedDiagnostics)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Diagnostics\GetDiagnosticsTests.cs (1)
1089foreach (var diagnostic in context.ReportedDiagnostics)
Microsoft.CodeAnalysis.Test.Utilities (4)
Diagnostics\CommonDiagnosticAnalyzers.cs (4)
436foreach (var diagnostic in context.ReportedDiagnostics) 2063foreach (var diagnostic in context.ReportedDiagnostics) 2160foreach (var diagnostic in context.ReportedDiagnostics) 2192foreach (var diagnostic in context.ReportedDiagnostics)