2 references to POINTER_SIZE_ENCBASE
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfoDecoder.cs (2)
613
numBitsPerOffset = (uint)_reader.DecodeVarLengthUnsigned(TTraits.
POINTER_SIZE_ENCBASE
, ref bitOffset) + 1;
687
uint numBitsPerPointer = (uint)_reader.DecodeVarLengthUnsigned(TTraits.
POINTER_SIZE_ENCBASE
, ref bitOffset);