2 references to WorkspaceInlayHintRefreshName
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\InlayHint\InlayHintRefreshQueue.cs (1)
65
return Methods.
WorkspaceInlayHintRefreshName
;
Protocol\Methods.Document.cs (1)
307
public static readonly LspRequest<object?, object?> WorkspaceInlayHintRefresh = new(
WorkspaceInlayHintRefreshName
);