1 write to _suppressionJustification
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.SuppressionDiagnostic.cs (1)
44
_suppressionJustification
= suppressionJustification;
4 references to _suppressionJustification
Microsoft.CodeAnalysis (4)
CommandLine\CommonCompiler.SuppressionDiagnostic.cs (4)
60
_suppressionJustification
.ToString(formatProvider));
85
Equals(
_suppressionJustification
, other.
_suppressionJustification
);
91
Hash.Combine(_suppressionId.GetHashCode(),
_suppressionJustification
.GetHashCode()));