5 references to POINTER_SIZE_ENCBASE
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\GCInfo\GCInfoDecoder.cs (5)
665
numBitsPerOffset = (uint)_reader.DecodeVarLengthUnsigned(TTraits.
POINTER_SIZE_ENCBASE
, ref safePointBitPos) + 1;
761
_reader.DecodeVarLengthUnsigned(TTraits.
POINTER_SIZE_ENCBASE
, ref bitOffset);
775
uint numBitsPerPointer = (uint)_reader.DecodeVarLengthUnsigned(TTraits.
POINTER_SIZE_ENCBASE
, ref bitOffset);
1005
numBitsPerOffset = (uint)_reader.DecodeVarLengthUnsigned(TTraits.
POINTER_SIZE_ENCBASE
, ref bitOffset) + 1;
1079
uint numBitsPerPointer = (uint)_reader.DecodeVarLengthUnsigned(TTraits.
POINTER_SIZE_ENCBASE
, ref bitOffset);