4 references to _reportedDiagnostics
Microsoft.CodeAnalysis (4)
CommandLine\CommonCompiler.cs (4)
528
if (
_reportedDiagnostics
.Contains(diag))
557
if (
_reportedDiagnostics
.Add(suppressionDiag))
563
_reportedDiagnostics
.Add(diag);
581
_reportedDiagnostics
.Add(diag);