6 references to IFileChangeWatcher
Microsoft.CodeAnalysis.LanguageServer (3)
HostWorkspace\FileWatching\DelegatingFileChangeWatcher.cs (1)
16
/// A MEF export for <see cref="
IFileChangeWatcher
" />. This checks if we're able to create an <see
HostWorkspace\FileWatching\LspFileChangeWatcher.cs (1)
19
/// An implementation of <see cref="
IFileChangeWatcher
" /> that delegates file watching through the LSP protocol to the client.
HostWorkspace\FileWatching\SimpleFileChangeWatcher.cs (1)
12
/// A trivial implementation of <see cref="
IFileChangeWatcher
" /> that is built atop the framework <see cref="FileSystemWatcher" />. This is used if we can't
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\FileWatchedPortableExecutableReferenceFactory.cs (1)
52
IFileChangeWatcher
fileChangeWatcher,
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (2)
44
public
IFileChangeWatcher
FileChangeWatcher { get; }
80
IFileChangeWatcher
fileChangeWatcher,