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