2 writes to _interpreterSP
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\WasmContext.cs (2)
63
set =>
_interpreterSP
= (uint)value.Value;
113
_interpreterSP
= (uint)value.Value;
2 references to _interpreterSP
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\WasmContext.cs (2)
62
readonly get => new(
_interpreterSP
);
138
value = new TargetNUInt(
_interpreterSP
);