3 writes to _fileChangeCookie
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\FileChangeTracker.cs (3)
61_fileChangeCookie = s_none; 107_fileChangeCookie = AsyncLazy.Create( 172_fileChangeCookie = s_none;
7 references to _fileChangeCookie
Microsoft.VisualStudio.LanguageServices (7)
ProjectSystem\FileChangeTracker.cs (7)
81var cookie = _fileChangeCookie; 89Contract.ThrowIfTrue(_fileChangeCookie != s_none); 95_ = _fileChangeCookie.GetValue(CancellationToken.None); 105Contract.ThrowIfTrue(_fileChangeCookie != s_none); 138s_lastBackgroundTask = s_lastBackgroundTask.ContinueWith(_ => _fileChangeCookie.GetValueAsync(CancellationToken.None), CancellationToken.None, TaskContinuationOptions.None, TaskScheduler.Default).Unwrap(); 166if (_fileChangeCookie == s_none) 171var fileChangeCookie = _fileChangeCookie.GetValue(CancellationToken.None);