1 write to _target
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\Wasm\WasmR2RInfo.cs (1)
26_target = target;
5 references to _target
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\StackWalk\Context\Wasm\WasmR2RInfo.cs (5)
33if (!_target.TryReadGlobalPointer(Constants.Globals.FunctionTableIndexRangeList, out TargetPointer? listHeadSlot)) 38TargetPointer current = _target.ReadPointer(listHeadSlot.Value); 41Data.FunctionTableIndexRangeSection section = _target.ProcessedData.GetOrAdd<Data.FunctionTableIndexRangeSection>(current); 55Data.Module module = _target.ProcessedData.GetOrAdd<Data.Module>(section.R2RModule); 56return _target.ProcessedData.GetOrAdd<Data.ReadyToRunInfo>(module.ReadyToRunInfo);