2 writes to _interpreterFP
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\WasmContext.cs (2)
75set => _interpreterFP = (uint)value.Value; 118_interpreterFP = (uint)value.Value;
2 references to _interpreterFP
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\WasmContext.cs (2)
74readonly get => new(_interpreterFP); 143value = new TargetNUInt(_interpreterFP);