11 references to AsyncDebugger
System.Private.CoreLib (11)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (11)
465
AsyncDebugger
.HandleSuspended(nextContinuation, newContinuation);
469
AsyncDebugger
.HandleSuspendedFailed(this, nextContinuation);
801
AsyncDebugger
.CreateAsyncContext(task);
1019
AsyncDebugger
.ResumeAsyncContext(task.Id);
1031
AsyncDebugger
.SuspendAsyncContext(ref info, curContinuation);
1043
AsyncDebugger
.SuspendAsyncContext(curContinuation, newContinuation);
1055
AsyncDebugger
.CompleteAsyncContext(info.CurrentTask);
1066
AsyncDebugger
.AsyncMethodUnhandledException(info.CurrentTask, ex, curContinuation);
1077
AsyncDebugger
.AsyncMethodHandledException(curContinuation, unwindedFrames);
1089
AsyncDebugger
.ResumeAsyncMethod(ref info, curContinuation);
1101
AsyncDebugger
.CompleteAsyncMethod(curContinuation);