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