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