4 references to _reportedDiagnostics
Microsoft.CodeAnalysis (4)
CommandLine\CommonCompiler.cs (4)
538if (_reportedDiagnostics.Contains(diag)) 567if (_reportedDiagnostics.Add(suppressionDiag)) 573_reportedDiagnostics.Add(diag); 591_reportedDiagnostics.Add(diag);