2 references to _directoryWatchCookies
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\FileChangeWatcher.cs (2)
397
watchedDirectory => WatcherOperation.WatchDirectory(watchedDirectory.Path, watchedDirectory.ExtensionFilter, this,
_directoryWatchCookies
)));
413
_fileChangeWatcher._taskQueue.AddWork(WatcherOperation.UnwatchDirectories(
_directoryWatchCookies
));