4 references to _reportedDiagnostics
Microsoft.CodeAnalysis (4)
CommandLine\CommonCompiler.cs (4)
539
if (
_reportedDiagnostics
.Contains(diag))
568
if (
_reportedDiagnostics
.Add(suppressionDiag))
574
_reportedDiagnostics
.Add(diag);
592
_reportedDiagnostics
.Add(diag);