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