1 reference to ContinueWith
Microsoft.Build (1)
BackEnd\Components\Scheduler\Scheduler.cs (1)
627
return completionSource.Task.
ContinueWith
((task) => grantCores(task.Result), TaskContinuationOptions.ExecuteSynchronously);