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)
2 references to SendRequestAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Configuration\DidChangeConfigurationNotificationHandler.cs (1)
116var options = await _clientLanguageServerManager.SendRequestAsync<ConfigurationParams, JsonArray>(
Handler\Configuration\DidChangeConfigurationNotificationHandler_OnInitialized.cs (1)
18await _clientLanguageServerManager.SendRequestAsync<RegistrationParams, JsonElement>(