4 references to Convert
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\SyntheticBoundTrees\SynthesizedStringSwitchHashMethod.vb (2)
91
textI = F.
Convert
(i.Type, textI, ConversionKind.WideningNumeric)
92
textI = F.
Convert
(hashCode.Type, textI, ConversionKind.WideningNumeric)
Lowering\SyntheticBoundNodeFactory.vb (2)
1016
Return
Convert
(type, arg, ConversionKind.WideningNothingLiteral, isChecked)
1018
Return
Convert
(type, arg, ConversionKind.WideningReference, isChecked) ' will abort before code gen due to error, so doesn't matter if conversion kind is wrong.