NotifyDebuggerOfWaitCompletion Method
Placeholder method used as a breakpoint target by the debugger. This method must not be inlined or optimized.
Namespace: System.Threading.Tasks
Assembly: mscorlib (in mscorlib.dll)
private void NotifyDebuggerOfWaitCompletion()
Remarks
All join operations with a task should call this method if their debugger notification bit is set.