1 write to _infoHdrSize
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCInfo.cs (1)
94_infoHdrSize = (uint)(offset.Value - gcInfoAddress.Value);
2 references to _infoHdrSize
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCInfo.cs (2)
162argTabPtr = _gcInfoAddress + _infoHdrSize + Header.ArgTabOffset; 169argTabPtr = _gcInfoAddress + _infoHdrSize;