Implemented interface member:
property
InstructionPointer
Microsoft.Diagnostics.DataContractReader.Contracts.StackWalkHelpers.IPlatformContext.InstructionPointer
2 writes to InstructionPointer
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\WasmContext.cs (2)
90
InstructionPointer
= ip;
95
InstructionPointer
= TargetCodePointer.Null;
1 reference to InstructionPointer
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\WasmContext.cs (1)
23
/// the managed linear stack pointer and <see cref="
InstructionPointer
"/> is the current virtual IP.