1 write to RgValue
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\158\Microsoft_Diagnostics_DataContractReader_Data.TableSegment.g.cs (1)
31RgValue = b + (ulong)t.Fields[n].Offset;
4 references to RgValue
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\GC\GC_1.cs (4)
629TargetPointer handleAddress = tableSegment.RgValue + offset * (uint)_target.PointerSize; 657handleData.Secondary = _target.ReadPointer(tableSegment.RgValue + offset * (uint)_target.PointerSize); 892uint rgValueOffset = (uint)typeInfo.Fields[nameof(Data.TableSegment.RgValue)].Offset; 905TargetPointer extraInfoAddress = tableSegment.RgValue + offset * (uint)_target.PointerSize;