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