4 references to _reportedDiagnostics
Microsoft.CodeAnalysis (4)
CommandLine\CommonCompiler.cs (4)
527
if (
_reportedDiagnostics
.Contains(diag))
556
if (
_reportedDiagnostics
.Add(suppressionDiag))
562
_reportedDiagnostics
.Add(diag);
580
_reportedDiagnostics
.Add(diag);