4 overrides of GetWorkspaceRefreshName
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\CodeLens\CodeLensRefreshQueue.cs (1)
36
protected override string
GetWorkspaceRefreshName
()
Handler\Diagnostics\DiagnosticsRefreshQueue.cs (1)
105
protected override string
GetWorkspaceRefreshName
()
Handler\InlayHint\InlayHintRefreshQueue.cs (1)
63
protected override string
GetWorkspaceRefreshName
()
Handler\SemanticTokens\SemanticTokensRefreshQueue.cs (1)
113
protected override string
GetWorkspaceRefreshName
() => Methods.WorkspaceSemanticTokensRefreshName;
1 reference to GetWorkspaceRefreshName
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\AbstractRefreshQueue.cs (1)
119
return notificationManager.SendRequestAsync(
GetWorkspaceRefreshName
(), cancellationToken);