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)
81
var cookie =
_fileChangeCookie
;
89
Contract.ThrowIfTrue(
_fileChangeCookie
!= s_none);
95
_ =
_fileChangeCookie
.GetValue(CancellationToken.None);
105
Contract.ThrowIfTrue(
_fileChangeCookie
!= s_none);
138
s_lastBackgroundTask = s_lastBackgroundTask.ContinueWith(_ =>
_fileChangeCookie
.GetValueAsync(CancellationToken.None), CancellationToken.None, TaskContinuationOptions.None, TaskScheduler.Default).Unwrap();
166
if (
_fileChangeCookie
== s_none)
171
var fileChangeCookie =
_fileChangeCookie
.GetValue(CancellationToken.None);