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)
223Hash.Combine(this.Description.GetHashCode(), 227Hash.Combine(this.MessageFormat.GetHashCode(), 228this.Title.GetHashCode())))))));
Diagnostic\SuppressionDescriptor.cs (1)
95Hash.Combine(this.SuppressedDiagnosticId.GetHashCode(), this.Justification.GetHashCode()));
Microsoft.CodeAnalysis.CodeStyle (1)
src\Analyzers\Core\Analyzers\Helpers\DiagnosticHelper.cs (1)
385_messageFormat.GetHashCode(),
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\Analyzers\Helpers\DiagnosticHelper.cs (1)
385_messageFormat.GetHashCode(),
Microsoft.CodeAnalysis.UnitTests (1)
Diagnostics\DiagnosticLocalizationTests.cs (1)
271var unused1 = descriptor2.Title.GetHashCode();