1 write to RgValue
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\TableSegment.cs (1)
26RgValue = address + (ulong)type.Fields[nameof(RgValue)].Offset;
5 references to RgValue
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\GC\GC_1.cs (4)
533TargetPointer handleAddress = tableSegment.RgValue + offset * (uint)_target.PointerSize; 561handleData.Secondary = _target.ReadPointer(tableSegment.RgValue + offset * (uint)_target.PointerSize); 796uint rgValueOffset = (uint)typeInfo.Fields[nameof(Data.TableSegment.RgValue)].Offset; 809TargetPointer extraInfoAddress = tableSegment.RgValue + offset * (uint)_target.PointerSize;
Data\TableSegment.cs (1)
26RgValue = address + (ulong)type.Fields[nameof(RgValue)].Offset;