2 references to BitsPerLevel
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\ExecutionManager\Helpers\RangeSectionMap.cs (2)
139
ulong addressBitsUsedInMap = addressAsInt >> (MaxSetBit + 1 - (MapLevels *
BitsPerLevel
));
140
ulong addressBitsShifted = addressBitsUsedInMap >> ((level - 1) *
BitsPerLevel
);