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