1 implementation of Unwind
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
54
public void
Unwind
(Target target) => Context.Unwind(target);
9 references to Unwind
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Contracts\StackWalk\GC\GcScanner.cs (1)
388
callerContext.
Unwind
(_target);
Contracts\StackWalk\StackWalk_1.cs (5)
153
tmpContext.
Unwind
(_target);
817
callerContext.
Unwind
(_target);
851
handle.Context.
Unwind
(_target);
1009
parentContext.
Unwind
(_target);
1119
callerContext.
Unwind
(_target);
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (3)
50
callerContext.
Unwind
(_target);
74
callerCallerContext.
Unwind
(_target);
203
callerContext.
Unwind
(_target);