1 write to _taskQueue
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\FileChangeWatcher.cs (1)
51
_taskQueue
= new AsyncBatchingWorkQueue<WatcherOperation>(
5 references to _taskQueue
Microsoft.VisualStudio.LanguageServices (5)
ProjectSystem\FileChangeWatcher.cs (5)
373
_fileChangeWatcher.
_taskQueue
.AddWork(item);
389
_fileChangeWatcher.
_taskQueue
.AddWork(WatcherOperation.UnwatchDirectories(_directoryWatchCookies));
390
_fileChangeWatcher.
_taskQueue
.AddWork(WatcherOperation.UnwatchFiles([.. _activeFileWatchingTokens]));
406
_fileChangeWatcher.
_taskQueue
.AddWork(WatcherOperation.WatchFile(filePath, _VSFILECHANGEFLAGS.VSFILECHG_Size | _VSFILECHANGEFLAGS.VSFILECHG_Time, this, token));
418
_fileChangeWatcher.
_taskQueue
.AddWork(WatcherOperation.UnwatchFile(watchedFile));