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