6 references to LspFileChangeWatcher
Microsoft.CodeAnalysis.LanguageServer (6)
HostWorkspace\FileWatching\DelegatingFileChangeWatcher.cs (2)
17/// cref="LspFileChangeWatcher" /> if the client supports file watching. If we do, we create that and delegate to it. 37if (instance != null && LspFileChangeWatcher.SupportsLanguageServerHost(instance))
HostWorkspace\FileWatching\LspFileChangeWatcher.cs (4)
49private readonly LspFileChangeWatcher _lspFileChangeWatcher; 70public FileChangeContext(ImmutableArray<WatchedDirectory> watchedDirectories, LspFileChangeWatcher lspFileChangeWatcher) 193private readonly LspFileChangeWatcher _changeWatcher; 198public LspFileWatchRegistration(LspFileChangeWatcher changeWatcher, params FileSystemWatcher[] fileSystemWatchers)