1 instantiation of SuppressionDiagnostic
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
564var suppressionDiag = new SuppressionDiagnostic(diag, id, justification);
3 references to SuppressionDiagnostic
Microsoft.CodeAnalysis (3)
CommandLine\CommonCompiler.cs (1)
564var suppressionDiag = new SuppressionDiagnostic(diag, id, justification);
CommandLine\CommonCompiler.SuppressionDiagnostic.cs (2)
77var other = obj as SuppressionDiagnostic;