1 implementation of SendNotificationAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\LanguageServerNotificationManager.cs (1)
35
public async ValueTask
SendNotificationAsync
(string methodName, CancellationToken cancellationToken)
2 references to SendNotificationAsync
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorClientLanguageServerManager.cs (1)
23
=> clientLanguageServerManager.
SendNotificationAsync
(methodName, cancellationToken);
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\ProjectInitializationHandler.cs (1)
43
await languageServerManager.
SendNotificationAsync
(ProjectInitializationCompleteName, CancellationToken.None);