1 implementation of SendNotificationAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\LanguageServerNotificationManager.cs (1)
38
public async ValueTask
SendNotificationAsync
<TParams>(string methodName, TParams @params, CancellationToken cancellationToken)
1 reference to SendNotificationAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\ServerLifetime\LspServiceLifeCycleManager.cs (1)
32
await _clientLanguageServerManager.
SendNotificationAsync
("window/logMessage", messageParams, CancellationToken.None).ConfigureAwait(false);