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