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)
320infoHdr.UntrackedCount = target.GCDecodeUnsigned(ref offset); 325infoHdr.VarPtrTableSize = target.GCDecodeUnsigned(ref offset); 329infoHdr.GsCookieOffset = target.GCDecodeUnsigned(ref offset); 333infoHdr.SyncStartOffset = target.GCDecodeUnsigned(ref offset); 334infoHdr.SyndEndOffset = target.GCDecodeUnsigned(ref offset); 338infoHdr.RevPInvokeOffset = target.GCDecodeUnsigned(ref offset); 343infoHdr.NoGCRegionCount = target.GCDecodeUnsigned(ref offset); 370infoHdr.ArgTabOffset = target.GCDecodeUnsigned(ref offset);