1 implementation of SendRequestAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\LanguageServerNotificationManager.cs (1)
29
public async ValueTask
SendRequestAsync
(string methodName, CancellationToken cancellationToken)
1 reference to SendRequestAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\AbstractRefreshQueue.cs (1)
119
return notificationManager.
SendRequestAsync
(GetWorkspaceRefreshName(), cancellationToken);