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