5 references to ContinueWith
mscorlib (5)
system\threading\Tasks\Task.cs (5)
4373return ContinueWith<TResult>(continuationFunction, state, TaskScheduler.Current, default(CancellationToken), 4406return ContinueWith<TResult>(continuationFunction, state, TaskScheduler.Current, cancellationToken, TaskContinuationOptions.None, ref stackMark); 4439return ContinueWith<TResult>(continuationFunction, state, scheduler, default(CancellationToken), TaskContinuationOptions.None, ref stackMark); 4478return ContinueWith<TResult>(continuationFunction, state, TaskScheduler.Current, default(CancellationToken), continuationOptions, ref stackMark); 4528return ContinueWith<TResult>(continuationFunction, state, scheduler, cancellationToken, continuationOptions, ref stackMark);