5 references to UnwatchFiles
Microsoft.VisualStudio.LanguageServices (5)
ProjectSystem\FileChangeWatcher.cs (5)
299combined = UnwatchFiles(ImmutableList.Create(_token, other._token)); 303combined = UnwatchFiles(other._tokens.ToImmutableList().Insert(0, _token)); 313combined = UnwatchFiles(_tokens.ToImmutableList().Add(other._token)); 317combined = UnwatchFiles(_tokens.ToImmutableList().AddRange(other._tokens)); 414_fileChangeWatcher._taskQueue.AddWork(WatcherOperation.UnwatchFiles(_activeFileWatchingTokens));