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); 325val = _target.GCDecodeUnsigned(ref argOffset); 358uint pndOffs = _target.GCDecodeUnsigned(ref offset); 396uint pushCount = _target.GCDecodeUnsigned(ref offset); 410skip = _target.GCDecodeUnsigned(ref offset); 467callArgCnt = _target.GCDecodeUnsigned(ref offset); 468callPndMask = _target.GCDecodeUnsigned(ref offset); 477imask = _target.GCDecodeUnsigned(ref offset);
Contracts\GCInfo\X86\GCInfo.cs (13)
112MethodSize = target.GCDecodeUnsigned(ref offset); 203uint regionOffset = _target.GCDecodeUnsigned(ref ptr); 204uint regionSize = _target.GCDecodeUnsigned(ref ptr); 229_target.GCDecodeUnsigned(ref argTabPtr); 230_target.GCDecodeUnsigned(ref argTabPtr); 244_target.GCDecodeUnsigned(ref argTabPtr); 245_target.GCDecodeUnsigned(ref argTabPtr); 246_target.GCDecodeUnsigned(ref argTabPtr); 324_target.GCDecodeUnsigned(ref offset); 325_target.GCDecodeUnsigned(ref offset); 378_target.GCDecodeUnsigned(ref offset); 379_target.GCDecodeUnsigned(ref offset); 395uint 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);