Base:
10 references to GetHashCode
Microsoft.CodeAnalysis (7)
CommandLine\CommonCompiler.SuppressionDiagnostic.cs (1)
91
Hash.Combine(_suppressionId.GetHashCode(), _suppressionJustification.
GetHashCode
()));
CommandLine\SarifDiagnosticComparer.cs (2)
68
Hash.Combine(obj.Description.
GetHashCode
(),
72
Hash.Combine(obj.Title.
GetHashCode
(),
Diagnostic\DiagnosticDescriptor.cs (3)
223
Hash.Combine(this.Description.
GetHashCode
(),
227
Hash.Combine(this.MessageFormat.
GetHashCode
(),
228
this.Title.
GetHashCode
())))))));
Diagnostic\SuppressionDescriptor.cs (1)
95
Hash.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)
271
var unused1 = descriptor2.Title.
GetHashCode
();