11 references to AsyncDebugger
System.Private.CoreLib (11)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (11)
518AsyncDebugger.HandleSuspended(nextContinuation, newContinuation); 522AsyncDebugger.HandleSuspendedFailed(this, nextContinuation); 878AsyncDebugger.CreateAsyncContext(task); 1203AsyncDebugger.ResumeAsyncContext(task); 1220AsyncDebugger.SuspendAsyncContext(ref info, curContinuation); 1237AsyncDebugger.SuspendAsyncContext(curContinuation, newContinuation); 1254AsyncDebugger.CompleteAsyncContext(info.CurrentTask); 1275AsyncDebugger.AsyncMethodUnhandledException(info.CurrentTask, ex, curContinuation); 1296AsyncDebugger.AsyncMethodHandledException(curContinuation, unwindedFrames); 1313AsyncDebugger.ResumeAsyncMethod(ref info, curContinuation); 1335AsyncDebugger.CompleteAsyncMethod(curContinuation);