1 write to _clientLanguageServerManager
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Configuration\DidChangeConfigurationNotificationHandler.cs (1)
55
_clientLanguageServerManager
= clientLanguageServerManager;
2 references to _clientLanguageServerManager
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>(