6 implementations of Unwind
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\StackWalk\Context\AMD64Context.cs (1)
58
public void
Unwind
(Target target)
Contracts\StackWalk\Context\ARM64Context.cs (1)
65
public void
Unwind
(Target target)
Contracts\StackWalk\Context\ARMContext.cs (1)
58
public void
Unwind
(Target target)
Contracts\StackWalk\Context\LoongArch64Context.cs (1)
63
public void
Unwind
(Target target)
Contracts\StackWalk\Context\RISCV64Context.cs (1)
63
public void
Unwind
(Target target)
Contracts\StackWalk\Context\X86Context.cs (1)
65
public void
Unwind
(Target target)
1 reference to Unwind
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
53
public void Unwind(Target target) => Context.
Unwind
(target);