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