2 references to TryConvertFromChecked
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Int16.cs (2)
686
else if (!
TryConvertFromChecked
(value, out result) && !TOther.TryConvertToChecked(value, out result))
874
static bool INumberBase<short>.TryConvertFromChecked<TOther>(TOther value, out short result) =>
TryConvertFromChecked
(value, out result);