1 implementation of Unwind
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
53
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)
667
callerContext.
Unwind
(_target);
700
handle.Context.
Unwind
(_target);
808
parentContext.
Unwind
(_target);
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (3)
50
callerContext.
Unwind
(_target);
74
callerCallerContext.
Unwind
(_target);
146
callerContext.
Unwind
(_target);