1 write to Cookie
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\FileChangeWatcher.cs (1)
345
_token.
Cookie
= await service.AdviseFileChangeAsync(_directory, _fileChangeFlags, _sink, cancellationToken).ConfigureAwait(false);
3 references to Cookie
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\FileChangeWatcher.cs (3)
131
/// A file watcher token. The <see cref="Context.RegularWatchedFile.
Cookie
"/> field is assigned by the
349
await service.UnadviseFileChangeAsync(_token.
Cookie
!.Value, cancellationToken).ConfigureAwait(false);
359
await service.UnadviseFileChangesAsync(_tokens.Select(token => token.
Cookie
!.Value).ToArray(), cancellationToken).ConfigureAwait(false);