26 references to GCDecodeUnsigned
Microsoft.Diagnostics.DataContractReader.Contracts (26)
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCArgTable.cs (11)
171val = _target.GCDecodeUnsigned(ref offset); 177argOffs = _target.GCDecodeUnsigned(ref offset); 181argOffs = _target.GCDecodeUnsigned(ref offset); 185argOffs = _target.GCDecodeUnsigned(ref offset); 328val = _target.GCDecodeUnsigned(ref argOffset); 361uint pndOffs = _target.GCDecodeUnsigned(ref offset); 405uint pushCount = _target.GCDecodeUnsigned(ref offset); 419skip = _target.GCDecodeUnsigned(ref offset); 479callArgCnt = _target.GCDecodeUnsigned(ref offset); 480callPndMask = _target.GCDecodeUnsigned(ref offset); 489imask = _target.GCDecodeUnsigned(ref offset);
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCInfo.cs (6)
87MethodSize = target.GCDecodeUnsigned(ref offset); 175_target.GCDecodeUnsigned(ref argTabPtr); 176_target.GCDecodeUnsigned(ref argTabPtr); 190_target.GCDecodeUnsigned(ref argTabPtr); 191_target.GCDecodeUnsigned(ref argTabPtr); 192_target.GCDecodeUnsigned(ref argTabPtr);
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCInfoTargetExtensions.cs (1)
67uint delta = target.GCDecodeUnsigned(ref src);
Contracts\StackWalk\Context\X86\GCInfoDecoding\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);