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