1 instantiation of LspFileChangeWatcher
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\FileWatching\DelegatingFileChangeWatcher.cs (1)
38
return new
LspFileChangeWatcher
(instance, asynchronousOperationListenerProvider);
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)
50
private readonly
LspFileChangeWatcher
_lspFileChangeWatcher;
71
public FileChangeContext(ImmutableArray<WatchedDirectory> watchedDirectories,
LspFileChangeWatcher
lspFileChangeWatcher)
204
private readonly
LspFileChangeWatcher
_changeWatcher;
209
public LspFileWatchRegistration(
LspFileChangeWatcher
changeWatcher, params FileSystemWatcher[] fileSystemWatchers)