9 references to ContinueWith
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (9)
src\ExpressionEvaluator\Core\Source\ResultProvider\ResultProvider.cs (9)
86
wl.
ContinueWith
(
96
result => wl.
ContinueWith
(() => completionRoutine(new DkmEvaluationAsyncResult(result)))));
148
wl.
ContinueWith
(() =>
151
wl.
ContinueWith
(
190
wl.
ContinueWith
(() =>
193
wl.
ContinueWith
(
252
result => workList.
ContinueWith
(() => completionRoutine(result)));
809
workList.
ContinueWith
(() =>
928
child => workList.
ContinueWith
(() => completionRoutine(child)));