2 references to DkmEvaluationAsyncResult
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
src\ExpressionEvaluator\Core\Source\ResultProvider\ResultProvider.cs (2)
96
result => wl.ContinueWith(() => completionRoutine(new
DkmEvaluationAsyncResult
(result)))));
235
child => completionRoutine(new
DkmEvaluationAsyncResult
(child)));