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