2 writes to ArgTabOffset
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\X86\GCInfoDecoding\InfoHdr.cs (2)
370infoHdr.ArgTabOffset = target.GCDecodeUnsigned(ref offset); 456ArgTabOffset = 0;
1 reference to ArgTabOffset
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCInfo.cs (1)
162argTabPtr = _gcInfoAddress + _infoHdrSize + Header.ArgTabOffset;