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