1 implementation of SendNotificationAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\LanguageServerNotificationManager.cs (1)
35public async ValueTask SendNotificationAsync(string methodName, CancellationToken cancellationToken)
1 reference to SendNotificationAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SourceGenerators\SourceGeneratorRefreshQueue.cs (1)
130return _notificationManager.SendNotificationAsync(RefreshSourceGeneratedDocumentName, cancellationToken);