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)
116var options = await _clientLanguageServerManager.SendRequestAsync<ConfigurationParams, JsonArray>(
Handler\Configuration\DidChangeConfigurationNotificationHandler_OnInitialized.cs (1)
18await _clientLanguageServerManager.SendRequestAsync<RegistrationParams, JsonElement>(