13 references to ContinueWith
mscorlib (13)
system\threading\Tasks\Future.cs (5)
1372
return
ContinueWith
<TNewResult>(continuationFunction, state, TaskScheduler.Current, default(CancellationToken), TaskContinuationOptions.None, ref stackMark);
1405
return
ContinueWith
<TNewResult>(continuationFunction, state, TaskScheduler.Current, cancellationToken, TaskContinuationOptions.None, ref stackMark);
1439
return
ContinueWith
<TNewResult>(continuationFunction, state, scheduler, default(CancellationToken), TaskContinuationOptions.None, ref stackMark);
1485
return
ContinueWith
<TNewResult>(continuationFunction, state, TaskScheduler.Current, default(CancellationToken), continuationOptions, ref stackMark);
1542
return
ContinueWith
<TNewResult>(continuationFunction, state, scheduler, cancellationToken, continuationOptions, ref stackMark);
system\threading\Tasks\FutureFactory.cs (8)
1800
return starter.
ContinueWith
<TResult>(
1809
return starter.
ContinueWith
<TResult>(
1847
return starter.
ContinueWith
(
1861
return starter.
ContinueWith
<TResult>(
2198
return starter.
ContinueWith
(
2207
return starter.
ContinueWith
<TResult>(
2245
return starter.
ContinueWith
<TResult>(
2253
return starter.
ContinueWith
<TResult>(