9 references to ContinueWith
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (9)
src\ExpressionEvaluator\Core\Source\ResultProvider\ResultProvider.cs (9)
84
wl.
ContinueWith
(
94
result => wl.
ContinueWith
(() => completionRoutine(new DkmEvaluationAsyncResult(result)))));
146
wl.
ContinueWith
(() =>
149
wl.
ContinueWith
(
188
wl.
ContinueWith
(() =>
191
wl.
ContinueWith
(
250
result => workList.
ContinueWith
(() => completionRoutine(result)));
807
workList.
ContinueWith
(() =>
926
child => workList.
ContinueWith
(() => completionRoutine(child)));