3 references to WorkspaceSemanticTokensRefreshName
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\SemanticTokens\SemanticTokensRefreshQueue.cs (1)
115protected override string GetWorkspaceRefreshName() => Methods.WorkspaceSemanticTokensRefreshName;
Protocol\Methods.Document.cs (1)
246public static readonly LspRequest<object?, object?> WorkspaceSemanticTokensRefresh = new(WorkspaceSemanticTokensRefreshName);
Microsoft.VisualStudio.LanguageServices.Razor (1)
LanguageClient\Cohost\SemanticTokensRefreshNotifier.cs (1)
49_razorClientLanguageServerManager.AssumeNotNull().SendNotificationAsync(Methods.WorkspaceSemanticTokensRefreshName, CancellationToken.None).Forget();