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