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