1 write to _workspaceKind
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DefaultDiagnosticAnalyzerService.cs (1)
256=> _workspaceKind = workspaceKind;
3 references to _workspaceKind
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Diagnostics\DefaultDiagnosticAnalyzerService.cs (3)
267return _workspaceKind == other._workspaceKind && base.Equals(obj); 271=> Hash.Combine(_workspaceKind.GetHashCode(), base.GetHashCode());