1 write to _fileChangeWatcher
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\FileChangeWatcher.cs (1)
361
_fileChangeWatcher
= fileChangeWatcher;
5 references to _fileChangeWatcher
Microsoft.VisualStudio.LanguageServices (5)
ProjectSystem\FileChangeWatcher.cs (5)
372
_fileChangeWatcher
._taskQueue.AddWork(item);
388
_fileChangeWatcher
._taskQueue.AddWork(WatcherOperation.UnwatchDirectories(_directoryWatchCookies));
389
_fileChangeWatcher
._taskQueue.AddWork(WatcherOperation.UnwatchFiles(_activeFileWatchingTokens.ToImmutableArray()));
405
_fileChangeWatcher
._taskQueue.AddWork(WatcherOperation.WatchFile(filePath, _VSFILECHANGEFLAGS.VSFILECHG_Size | _VSFILECHANGEFLAGS.VSFILECHG_Time, this, token));
417
_fileChangeWatcher
._taskQueue.AddWork(WatcherOperation.UnwatchFile(watchedFile));