3 references to GetTrailingZeroCount
System.Runtime.Numerics (3)
System\Numerics\BigInteger.cs (3)
1086
return CreatePowerOfTwo(Math.Min(powerOfTwoExponent,
GetTrailingZeroCount
(right)), negative: false);
1091
return CreatePowerOfTwo(Math.Min(powerOfTwoExponent,
GetTrailingZeroCount
(left)), negative: false);
4349
return
GetTrailingZeroCount
(value);