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.
37
if (instance != null &&
LspFileChangeWatcher
.SupportsLanguageServerHost(instance))
HostWorkspace\FileWatching\LspFileChangeWatcher.cs (4)
49
private readonly
LspFileChangeWatcher
_lspFileChangeWatcher;
70
public FileChangeContext(ImmutableArray<WatchedDirectory> watchedDirectories,
LspFileChangeWatcher
lspFileChangeWatcher)
193
private readonly
LspFileChangeWatcher
_changeWatcher;
198
public LspFileWatchRegistration(
LspFileChangeWatcher
changeWatcher, params FileSystemWatcher[] fileSystemWatchers)