5 writes to LastScheduledTask
Microsoft.CodeAnalysis.Workspaces (5)
Utilities\TaskQueue.cs (5)
29LastScheduledTask = Task.CompletedTask; 77LastScheduledTask = task; 89LastScheduledTask = task; 101LastScheduledTask = task; 113LastScheduledTask = task;
4 references to LastScheduledTask
Microsoft.CodeAnalysis.Workspaces (4)
Utilities\TaskQueue.cs (4)
76var task = LastScheduledTask.SafeContinueWith(_ => operation(), cancellationToken, TaskContinuationOptions.None, Scheduler); 88var task = LastScheduledTask.SafeContinueWith(_ => operation(), cancellationToken, TaskContinuationOptions.None, Scheduler); 100var task = LastScheduledTask.SafeContinueWithFromAsync(_ => operation(), cancellationToken, TaskContinuationOptions.None, Scheduler); 112var task = LastScheduledTask.SafeContinueWithFromAsync(_ => operation(), cancellationToken, TaskContinuationOptions.None, Scheduler);