4 references to UncheckedConvert
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (4)
Semantics\Conversions.vb (4)
731
Assert.Equal(
UncheckedConvert
(intermediate, numericType), resultValue.Value)
746
Assert.Equal(
UncheckedConvert
(v.Value, numericType), resultValue.Value)
1291
Assert.Equal(
UncheckedConvert
(intermediate, numericType), resultValue.Value)
1311
Assert.Equal(
UncheckedConvert
(v.Value, numericType), resultValue.Value)