3 writes to VarPtrTableSize
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\X86\GCInfoDecoding\InfoHdr.cs (3)
228infoHdr.VarPtrTableSize ^= HAS_VARPTR; 325infoHdr.VarPtrTableSize = target.GCDecodeUnsigned(ref offset); 453VarPtrTableSize = varPtrTableSize;
2 references to VarPtrTableSize
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCInfo.cs (1)
187for (int i = 0; i < Header.VarPtrTableSize; i++)
Contracts\StackWalk\Context\X86\GCInfoDecoding\InfoHdr.cs (1)
322if (infoHdr.VarPtrTableSize == HAS_VARPTR)