1 implementation of SendNotificationAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\LanguageServerNotificationManager.cs (1)
35public async ValueTask SendNotificationAsync(string methodName, CancellationToken cancellationToken)
3 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)
49await languageServerManager.SendNotificationAsync(ProjectInitializationCompleteName, CancellationToken.None);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SourceGenerators\SourceGeneratorRefreshQueue.cs (1)
135return _notificationManager.SendNotificationAsync(RefreshSourceGeneratedDocumentName, cancellationToken);