1 implementation of Unwind
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
54
public void
Unwind
(Target target) => Context.Unwind(target);
8 references to Unwind
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\StackWalk\GC\GcScanner.cs (1)
354
callerContext.
Unwind
(_target);
Contracts\StackWalk\StackWalk_1.cs (4)
147
tmpContext.
Unwind
(_target);
803
callerContext.
Unwind
(_target);
841
handle.Context.
Unwind
(_target);
995
parentContext.
Unwind
(_target);
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (3)
50
callerContext.
Unwind
(_target);
74
callerCallerContext.
Unwind
(_target);
148
callerContext.
Unwind
(_target);