2 writes to dwExactGenericArgsTokenIndex
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
2190
data.v.
dwExactGenericArgsTokenIndex
= genericContextLoc == GenericContextLoc.ThisPtr ? 0u : unchecked((uint)IlNum.TYPECTXT_ILNUM);
2194
data.v.
dwExactGenericArgsTokenIndex
= unchecked((uint)IlNum.MAX_ILNUM);
4 references to dwExactGenericArgsTokenIndex
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (4)
2100
Debug.Assert(cv.
dwExactGenericArgsTokenIndex
== lv.
dwExactGenericArgsTokenIndex
, $"dwExactGenericArgsTokenIndex mismatch - cDAC: 0x{cv.
dwExactGenericArgsTokenIndex
:x}, DAC: 0x{lv.
dwExactGenericArgsTokenIndex
:x}");