2 references to CeilOfLog2
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfoDecoder.cs (2)
338
uint numBitsPerOffset =
CeilOfLog2
(TTraits.NormalizeCodeOffset(_codeLength));
860
uint numBitsPerOffset =
CeilOfLog2
(TTraits.NormalizeCodeOffset(_codeLength));