5 references to ContinueWith
mscorlib (5)
system\threading\Tasks\Task.cs (5)
4158return ContinueWith<TResult>(continuationFunction, TaskScheduler.Current, default(CancellationToken), 4190return ContinueWith<TResult>(continuationFunction, TaskScheduler.Current, cancellationToken, TaskContinuationOptions.None, ref stackMark); 4222return ContinueWith<TResult>(continuationFunction, scheduler, default(CancellationToken), TaskContinuationOptions.None, ref stackMark); 4260return ContinueWith<TResult>(continuationFunction, TaskScheduler.Current, default(CancellationToken), continuationOptions, ref stackMark); 4309return ContinueWith<TResult>(continuationFunction, scheduler, cancellationToken, continuationOptions, ref stackMark);