3 references to CountBits
System.Reflection.Metadata (3)
System\Reflection\Internal\Utilities\BitArithmetic.cs (1)
63
Debug.Assert(
CountBits
(alignment) == 1);
System\Reflection\PortableExecutable\PEHeaderBuilder.cs (2)
67
if (fileAlignment < 512 || fileAlignment > 64 * 1024 || BitArithmetic.
CountBits
(fileAlignment) != 1)
72
if (sectionAlignment < fileAlignment || BitArithmetic.
CountBits
(sectionAlignment) != 1)