1 write to Justification
Microsoft.CodeAnalysis (1)
Diagnostic\SuppressionDescriptor.cs (1)
70
this.
Justification
= justification ?? throw new ArgumentNullException(nameof(justification));
5 references to Justification
Microsoft.CodeAnalysis (5)
CommandLine\CommonCompiler.cs (1)
556
var suppressionDiag = new SuppressionDiagnostic(diag, suppression.Descriptor.Id, suppression.Descriptor.
Justification
);
CommandLine\SarifV2ErrorLogger.cs (1)
91
.Select(suppression => $"Suppression Id: {suppression.Descriptor.Id}, Suppression Justification: {suppression.Descriptor.
Justification
}")
Diagnostic\SuppressionDescriptor.cs (3)
84
this.
Justification
.Equals(other.
Justification
);
95
Hash.Combine(this.SuppressedDiagnosticId.GetHashCode(), this.
Justification
.GetHashCode()));