4 references to CheckedConvert
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (4)
Semantics\Conversions.vb (4)
657
resultValueAsObject =
CheckedConvert
(v.Value, numericType)
724
CheckedConvert
(intermediate, numericType) ' Should get an overflow
1216
resultValueAsObject =
CheckedConvert
(v.Value, numericType)
1284
CheckedConvert
(intermediate, numericType) ' Should get an overflow