1 implementation of IFileChangeWatcher
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\FileChangeWatcher.cs (1)
26
internal sealed class FileChangeWatcher :
IFileChangeWatcher
8 references to IFileChangeWatcher
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\FileWatchedPortableExecutableReferenceFactory.cs (1)
41
IFileChangeWatcher
fileChangeWatcher)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (2)
36
public
IFileChangeWatcher
FileChangeWatcher { get; }
66
public ProjectSystemProjectFactory(Workspace workspace,
IFileChangeWatcher
fileChangeWatcher, Func<bool, ImmutableArray<string>, Task> onDocumentsAddedMaybeAsync, Action<Project> onProjectRemoved)
Microsoft.VisualStudio.LanguageServices (5)
ProjectSystem\FileChangeWatcherProvider.cs (1)
47
public
IFileChangeWatcher
Watcher { get; }
ProjectSystem\RuleSets\VisualStudioRuleSetManager.cs (2)
19
private readonly
IFileChangeWatcher
_fileChangeWatcher;
26
IFileChangeWatcher
fileChangeWatcher,
ProjectSystem\RuleSets\VisualStudioRuleSetManager.RuleSetFile.cs (1)
47
public void InitializeFileTracking(
IFileChangeWatcher
fileChangeWatcher)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
105
internal
IFileChangeWatcher
FileChangeWatcher { get; }