System.Threading.Tasks.TaskContinuationOptions.HideScheduler Field
Prevents the ambient scheduler from being seen as the current scheduler in the created task. This means that operations like StartNew or ContinueWith that are performed in the created task will see TaskScheduler.Default as the current scheduler.