3 references to GCDecodeUDelta
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\GCInfo\X86\GCInfo.cs (2)
396
uint begOffs = _target.
GCDecodeUDelta
(ref offset, curOffs);
397
uint endOffs = _target.
GCDecodeUDelta
(ref offset, begOffs);
Contracts\GCInfo\X86\InfoHdr.cs (1)
373
offs = target.
GCDecodeUDelta
(ref offset, offs);