2 references to TryConvertFromChecked
System.Runtime.Numerics (2)
System\Numerics\BigInteger.cs (2)
3839
else if (!
TryConvertFromChecked
(value, out result) && !TOther.TryConvertToChecked(value, out result))
3997
static bool INumberBase<BigInteger>.TryConvertFromChecked<TOther>(TOther value, out BigInteger result) =>
TryConvertFromChecked
(value, out result);