1 implementation of SendRequestAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\LanguageServerNotificationManager.cs (1)
26public Task<TResponse> SendRequestAsync<TParams, TResponse>(string methodName, TParams @params, CancellationToken cancellationToken)