1 implementation of Unwind
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
54
public void
Unwind
(Target target) => Context.Unwind(target);
7 references to Unwind
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\StackWalk\GC\GcScanner.cs (1)
477
callerContext.
Unwind
(_target);
Contracts\StackWalk\StackWalk_1.cs (3)
646
callerContext.
Unwind
(_target);
679
handle.Context.
Unwind
(_target);
809
parentContext.
Unwind
(_target);
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (3)
50
callerContext.
Unwind
(_target);
74
callerCallerContext.
Unwind
(_target);
148
callerContext.
Unwind
(_target);