3 writes to _fileChangeCookie
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\FileChangeTracker.cs (3)
60
_fileChangeCookie
= s_none;
106
_fileChangeCookie
= AsyncLazy.Create(
171
_fileChangeCookie
= s_none;
7 references to _fileChangeCookie
Microsoft.VisualStudio.LanguageServices (7)
ProjectSystem\FileChangeTracker.cs (7)
80
var cookie =
_fileChangeCookie
;
88
Contract.ThrowIfTrue(
_fileChangeCookie
!= s_none);
94
_ =
_fileChangeCookie
.GetValue(CancellationToken.None);
104
Contract.ThrowIfTrue(
_fileChangeCookie
!= s_none);
137
s_lastBackgroundTask = s_lastBackgroundTask.ContinueWith(_ =>
_fileChangeCookie
.GetValueAsync(CancellationToken.None), CancellationToken.None, TaskContinuationOptions.None, TaskScheduler.Default).Unwrap();
165
if (
_fileChangeCookie
== s_none)
170
var fileChangeCookie =
_fileChangeCookie
.GetValue(CancellationToken.None);