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