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