6 references to DidChangeWatchedFilesParams
Microsoft.CodeAnalysis.LanguageServer (5)
HostWorkspace\FileWatching\LspDidChangeWatchedFilesHandler.cs (4)
15internal sealed class LspDidChangeWatchedFilesHandler : ILspServiceNotificationHandler<DidChangeWatchedFilesParams> 26Task INotificationHandler<DidChangeWatchedFilesParams, RequestContext>.HandleNotificationAsync(DidChangeWatchedFilesParams request, RequestContext requestContext, CancellationToken cancellationToken) 32public event EventHandler<DidChangeWatchedFilesParams>? NotificationRaised;
HostWorkspace\FileWatching\LspFileChangeWatcher.cs (1)
104private void WatchedFilesHandler_OnNotificationRaised(object? sender, DidChangeWatchedFilesParams e)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Methods.Workspace.cs (1)
262public static readonly LspNotification<DidChangeWatchedFilesParams> WorkspaceDidChangeWatchedFiles = new(WorkspaceDidChangeWatchedFilesName);