1 write to s_lastBackgroundTask
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\FileChangeTracker.cs (1)
137
s_lastBackgroundTask
= s_lastBackgroundTask.ContinueWith(_ => _fileChangeCookie.GetValueAsync(CancellationToken.None), CancellationToken.None, TaskContinuationOptions.None, TaskScheduler.Default).Unwrap();
3 references to s_lastBackgroundTask
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\FileChangeTracker.cs (3)
47
/// The object to use as a monitor guarding <see cref="
s_lastBackgroundTask
"/>. This lock is not strictly necessary, since we don't need
137
s_lastBackgroundTask =
s_lastBackgroundTask
.ContinueWith(_ => _fileChangeCookie.GetValueAsync(CancellationToken.None), CancellationToken.None, TaskContinuationOptions.None, TaskScheduler.Default).Unwrap();
138
return
s_lastBackgroundTask
;