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