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