2 references to IOnConfigurationChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Configuration\DidChangeConfigurationNotificationHandler.cs (2)
69
var onChangedList = requestContext.GetRequiredServices<
IOnConfigurationChanged
>();
70
foreach (
var
onConfigurationChanged in onChangedList)