4 references to InternalRunSynchronously
mscorlib (4)
system\threading\Tasks\FutureFactory.cs (2)
737try { t.InternalRunSynchronously(scheduler, waitForCompletion:false); } 746try { t.InternalRunSynchronously(scheduler, waitForCompletion: false); }
system\threading\Tasks\Task.cs (2)
1133InternalRunSynchronously(TaskScheduler.Current, waitForCompletion: true); 1167InternalRunSynchronously(scheduler, waitForCompletion: true);