1 write to _taskQueue
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\FileChangeWatcher.cs (1)
49_taskQueue = new AsyncBatchingWorkQueue<WatcherOperation>(
5 references to _taskQueue
Microsoft.VisualStudio.LanguageServices (5)
ProjectSystem\FileChangeWatcher.cs (5)
396_fileChangeWatcher._taskQueue.AddWork(watchedDirectories.Select( 413_fileChangeWatcher._taskQueue.AddWork(WatcherOperation.UnwatchDirectories(_directoryWatchCookies)); 414_fileChangeWatcher._taskQueue.AddWork(WatcherOperation.UnwatchFiles(_activeFileWatchingTokens)); 441_fileChangeWatcher._taskQueue.AddWork(WatcherOperation.WatchFile(filePath, _VSFILECHANGEFLAGS.VSFILECHG_Size | _VSFILECHANGEFLAGS.VSFILECHG_Time, this, token)); 453_fileChangeWatcher._taskQueue.AddWork(WatcherOperation.UnwatchFile(watchedFile));