3 references to _activeFileWatchingTokens
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\FileChangeWatcher.cs (3)
389
_fileChangeWatcher._taskQueue.AddWork(WatcherOperation.UnwatchFiles(
_activeFileWatchingTokens
.ToImmutableArray()));
402
_activeFileWatchingTokens
.Add(token);
414
Contract.ThrowIfFalse(
_activeFileWatchingTokens
.Remove(watchedFile), "This token was no longer being watched.");