2 references to IsPow2
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
5745
if (isbitmap && !BitOperations.
IsPow2
(hexValue))
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
468
public static bool IsPow2(ulong value) => BitOperations.
IsPow2
(value);