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)
299
combined = UnwatchFiles(ImmutableList.Create(
_token
, other.
_token
));
303
combined = UnwatchFiles(other._tokens.ToImmutableList().Insert(0,
_token
));
313
combined = UnwatchFiles(_tokens.ToImmutableList().Add(other.
_token
));
345
_token
.Cookie = await service.AdviseFileChangeAsync(_directory, _fileChangeFlags, _sink, cancellationToken).ConfigureAwait(false);
349
await service.UnadviseFileChangeAsync(
_token
.Cookie!.Value, cancellationToken).ConfigureAwait(false);