4 writes to _tokens
Microsoft.VisualStudio.LanguageServices (4)
ProjectSystem\FileChangeWatcher.cs (4)
156_tokens = OneOrMany<Context.RegularWatchedFile>.Empty; 167_tokens = tokens; 185_tokens = OneOrMany<Context.RegularWatchedFile>.Empty; 194_tokens = tokens;
3 references to _tokens
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\FileChangeWatcher.cs (3)
318Contract.ThrowIfTrue(cookies.Length != _tokens.Count); 320_tokens[i].Cookie = cookies[i]; 330await service.UnadviseFileChangesAsync(_tokens.Select(token => token.Cookie!.Value).ToArray(), cancellationToken).ConfigureAwait(false);