6 implementations of IPlatformContext
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\StackWalk\Context\AMD64Context.cs (1)
14internal struct AMD64Context : IPlatformContext
Contracts\StackWalk\Context\ARM64Context.cs (1)
14internal struct ARM64Context : IPlatformContext
Contracts\StackWalk\Context\ARMContext.cs (1)
14internal struct ARMContext : IPlatformContext
Contracts\StackWalk\Context\LoongArch64Context.cs (1)
14internal struct LoongArch64Context : IPlatformContext
Contracts\StackWalk\Context\RISCV64Context.cs (1)
14internal struct RISCV64Context : IPlatformContext
Contracts\StackWalk\Context\X86Context.cs (1)
14public struct X86Context : IPlatformContext
1 reference to IPlatformContext
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
10where T : unmanaged, IPlatformContext