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)
303
combined = UnwatchFiles(other.
_tokens
.ToImmutableList().Insert(0, _token));
313
combined = UnwatchFiles(
_tokens
.ToImmutableList().Add(other._token));
317
combined = UnwatchFiles(
_tokens
.ToImmutableList().AddRange(other.
_tokens
));
358
Contract.ThrowIfFalse(
_tokens
is not null);
359
await service.UnadviseFileChangesAsync(
_tokens
.Select(token => token.Cookie!.Value).ToArray(), cancellationToken).ConfigureAwait(false);