Base:
10 references to GetHashCode
Microsoft.CodeAnalysis (7)
CommandLine\CommonCompiler.SuppressionDiagnostic.cs (1)
91Hash.Combine(_suppressionId.GetHashCode(), _suppressionJustification.GetHashCode()));
CommandLine\SarifDiagnosticComparer.cs (2)
68Hash.Combine(obj.Description.GetHashCode(), 72Hash.Combine(obj.Title.GetHashCode(),
Diagnostic\DiagnosticDescriptor.cs (3)
213Hash.Combine(this.Description.GetHashCode(), 217Hash.Combine(this.MessageFormat.GetHashCode(), 218this.Title.GetHashCode())))))));
Diagnostic\SuppressionDescriptor.cs (1)
95Hash.Combine(this.SuppressedDiagnosticId.GetHashCode(), this.Justification.GetHashCode()));
Microsoft.CodeAnalysis.CodeStyle (1)
DiagnosticHelper.cs (1)
359_messageFormat.GetHashCode(),
Microsoft.CodeAnalysis.Features (1)
DiagnosticHelper.cs (1)
359_messageFormat.GetHashCode(),
Microsoft.CodeAnalysis.UnitTests (1)
Diagnostics\DiagnosticLocalizationTests.cs (1)
271var unused1 = descriptor2.Title.GetHashCode();