1 reference to IsPow2
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
1315static bool IBinaryNumber<char>.IsPow2(char value) => ushort.IsPow2(value);