4 writes to _tokens
Microsoft.VisualStudio.LanguageServices (4)
ProjectSystem\FileChangeWatcher.cs (4)
155_tokens = OneOrMany<Context.RegularWatchedFile>.Empty; 166_tokens = tokens; 184_tokens = OneOrMany<Context.RegularWatchedFile>.Empty; 193_tokens = tokens;
3 references to _tokens
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\FileChangeWatcher.cs (3)
317Contract.ThrowIfTrue(cookies.Length != _tokens.Count); 319_tokens[i].Cookie = cookies[i]; 329await service.UnadviseFileChangesAsync(_tokens.Select(token => token.Cookie!.Value).ToArray(), cancellationToken).ConfigureAwait(false);