6 writes to _tokens
Microsoft.VisualStudio.LanguageServices (6)
ProjectSystem\FileChangeWatcher.cs (6)
153_tokens = null!; 169_tokens = null!; 185_tokens = null!; 201_tokens = null!; 209_tokens = tokens; 233_tokens = null!;
6 references to _tokens
Microsoft.VisualStudio.LanguageServices (6)
ProjectSystem\FileChangeWatcher.cs (6)
303combined = UnwatchFiles(other._tokens.ToImmutableList().Insert(0, _token)); 313combined = UnwatchFiles(_tokens.ToImmutableList().Add(other._token)); 317combined = UnwatchFiles(_tokens.ToImmutableList().AddRange(other._tokens)); 358Contract.ThrowIfFalse(_tokens is not null); 359await service.UnadviseFileChangesAsync(_tokens.Select(token => token.Cookie!.Value).ToArray(), cancellationToken).ConfigureAwait(false);