1 implementation of SendRequestAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\LanguageServerNotificationManager.cs (1)
26
public 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)
116
var options = await _clientLanguageServerManager.
SendRequestAsync
<ConfigurationParams, JsonArray>(
Handler\Configuration\DidChangeConfigurationNotificationHandler_OnInitialized.cs (1)
18
await _clientLanguageServerManager.
SendRequestAsync
<RegistrationParams, JsonElement>(