4 references to _reportedDiagnostics
Microsoft.CodeAnalysis (4)
CommandLine\CommonCompiler.cs (4)
536
if (
_reportedDiagnostics
.Contains(diag))
565
if (
_reportedDiagnostics
.Add(suppressionDiag))
571
_reportedDiagnostics
.Add(diag);
589
_reportedDiagnostics
.Add(diag);