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)
162
argTabPtr = _gcInfoAddress +
_infoHdrSize
+ Header.ArgTabOffset;
169
argTabPtr = _gcInfoAddress +
_infoHdrSize
;