33 references to GCDecodeUnsigned
Microsoft.Diagnostics.DataContractReader.Contracts (33)
Contracts\GCInfo\X86\GCArgTable.cs (11)
171val = _target.GCDecodeUnsigned(ref offset); 177argOffs = _target.GCDecodeUnsigned(ref offset); 181argOffs = _target.GCDecodeUnsigned(ref offset); 185argOffs = _target.GCDecodeUnsigned(ref offset); 327val = _target.GCDecodeUnsigned(ref argOffset); 360uint pndOffs = _target.GCDecodeUnsigned(ref offset); 398uint pushCount = _target.GCDecodeUnsigned(ref offset); 412skip = _target.GCDecodeUnsigned(ref offset); 469callArgCnt = _target.GCDecodeUnsigned(ref offset); 470callPndMask = _target.GCDecodeUnsigned(ref offset); 479imask = _target.GCDecodeUnsigned(ref offset);
Contracts\GCInfo\X86\GCInfo.cs (13)
114MethodSize = target.GCDecodeUnsigned(ref offset); 205uint regionOffset = _target.GCDecodeUnsigned(ref ptr); 206uint regionSize = _target.GCDecodeUnsigned(ref ptr); 231_target.GCDecodeUnsigned(ref argTabPtr); 232_target.GCDecodeUnsigned(ref argTabPtr); 246_target.GCDecodeUnsigned(ref argTabPtr); 247_target.GCDecodeUnsigned(ref argTabPtr); 248_target.GCDecodeUnsigned(ref argTabPtr); 325_target.GCDecodeUnsigned(ref offset); 326_target.GCDecodeUnsigned(ref offset); 380_target.GCDecodeUnsigned(ref offset); 381_target.GCDecodeUnsigned(ref offset); 397uint varOffsRaw = _target.GCDecodeUnsigned(ref offset);
Contracts\GCInfo\X86\GCInfoTargetExtensions.cs (1)
67uint delta = target.GCDecodeUnsigned(ref src);
Contracts\GCInfo\X86\InfoHdr.cs (8)
336infoHdr.UntrackedCount = target.GCDecodeUnsigned(ref offset); 341infoHdr.VarPtrTableSize = target.GCDecodeUnsigned(ref offset); 345infoHdr.GsCookieOffset = target.GCDecodeUnsigned(ref offset); 349infoHdr.SyncStartOffset = target.GCDecodeUnsigned(ref offset); 350infoHdr.SyndEndOffset = target.GCDecodeUnsigned(ref offset); 354infoHdr.RevPInvokeOffset = target.GCDecodeUnsigned(ref offset); 359infoHdr.NoGCRegionCount = target.GCDecodeUnsigned(ref offset); 386infoHdr.ArgTabOffset = target.GCDecodeUnsigned(ref offset);