3 references to NotificationRaised
Microsoft.CodeAnalysis.LanguageServer (3)
HostWorkspace\FileWatching\LspDidChangeWatchedFilesHandler.cs (1)
28NotificationRaised?.Invoke(this, request);
HostWorkspace\FileWatching\LspFileChangeWatcher.cs (2)
90_lspFileChangeWatcher._didChangeWatchedFilesHandler.NotificationRaised += WatchedFilesHandler_OnNotificationRaised; 123_lspFileChangeWatcher._didChangeWatchedFilesHandler.NotificationRaised -= WatchedFilesHandler_OnNotificationRaised;