1 instantiation of SuppressionDiagnostic
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
567
var suppressionDiag = new
SuppressionDiagnostic
(diag, suppression.Descriptor.Id, suppression.Descriptor.Justification);
3 references to SuppressionDiagnostic
Microsoft.CodeAnalysis (3)
CommandLine\CommonCompiler.cs (1)
567
var
suppressionDiag = new SuppressionDiagnostic(diag, suppression.Descriptor.Id, suppression.Descriptor.Justification);
CommandLine\CommonCompiler.SuppressionDiagnostic.cs (2)
77
var
other = obj as
SuppressionDiagnostic
;