2 references to SET_NOGCREGIONS_CNT_V5
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\X86\GCInfoDecoding\InfoHdr.cs (2)
128
FFFF_NOGCREGION_CNT_V5 =
SET_NOGCREGIONS_CNT_V5
+ SET_NOGCREGIONS_MAX + 1, // 0x0D There is a count (>SET_NOGCREGIONS_MAX) after the header encoding
152
InfoHdrAdjust2 SET_NOGCREGIONS_CNT = version >= 5 ? InfoHdrAdjust2.
SET_NOGCREGIONS_CNT_V5
: InfoHdrAdjust2.SET_NOGCREGIONS_CNT_V4;