6 writes to _token
Microsoft.VisualStudio.LanguageServices (6)
ProjectSystem\FileChangeWatcher.cs (6)
152_token = null!; 168_token = null!; 180_token = token; 200_token = null!; 217_token = null!; 225_token = token;
6 references to _token
Microsoft.VisualStudio.LanguageServices (6)
ProjectSystem\FileChangeWatcher.cs (6)
299combined = UnwatchFiles(ImmutableList.Create(_token, other._token)); 303combined = UnwatchFiles(other._tokens.ToImmutableList().Insert(0, _token)); 313combined = UnwatchFiles(_tokens.ToImmutableList().Add(other._token)); 345_token.Cookie = await service.AdviseFileChangeAsync(_directory, _fileChangeFlags, _sink, cancellationToken).ConfigureAwait(false); 349await service.UnadviseFileChangeAsync(_token.Cookie!.Value, cancellationToken).ConfigureAwait(false);