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