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