Base:
method
GetHashCode
Microsoft.CodeAnalysis.Diagnostics.BuildToolId.Base<T>.GetHashCode()
1 override of GetHashCode
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DefaultDiagnosticAnalyzerService.cs (1)
270public override int GetHashCode()
1 reference to GetHashCode
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DefaultDiagnosticAnalyzerService.cs (1)
271=> Hash.Combine(_workspaceKind.GetHashCode(), base.GetHashCode());