1 write to ReportedDiagnostics
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (1)
1925ReportedDiagnostics = reportedDiagnostics;
12 references to ReportedDiagnostics
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
RequestDelegateGeneratorSuppressor.cs (1)
38foreach (var diagnostic in context.ReportedDiagnostics)
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (1)
1937if (!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)
932foreach (var diagnostic in context.ReportedDiagnostics)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Diagnostics\GetDiagnosticsTests.cs (1)
1477foreach (var diagnostic in context.ReportedDiagnostics)
Microsoft.CodeAnalysis.Test.Utilities (5)
Diagnostics\CommonDiagnosticAnalyzers.cs (5)
522foreach (var diagnostic in context.ReportedDiagnostics) 2173foreach (var diagnostic in context.ReportedDiagnostics) 2204foreach (var diagnostic in context.ReportedDiagnostics) 2306foreach (var diagnostic in context.ReportedDiagnostics) 2338foreach (var diagnostic in context.ReportedDiagnostics)
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\ShapeBreakingDiagnosticSuppressor.cs (1)
24foreach (var diagnostic in context.ReportedDiagnostics)
Microsoft.ML.InternalCodeAnalyzer (1)
RelaxTestNamingSuppressor.cs (1)
33foreach (var diagnostic in context.ReportedDiagnostics)