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