1 implementation of SendNotificationAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\LanguageServerNotificationManager.cs (1)
29public async ValueTask SendNotificationAsync(string methodName, CancellationToken cancellationToken)
1 reference to SendNotificationAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensRefreshQueue.cs (1)
134return notificationManager.SendNotificationAsync(Methods.WorkspaceSemanticTokensRefreshName, cancellationToken);