5 references to Convert
Microsoft.CodeAnalysis.VisualBasic (5)
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 (3)
982
Return
Convert
(type, arg, ConversionKind.WideningNothingLiteral, isChecked)
984
Return
Convert
(type, arg, ConversionKind.WideningReference, isChecked) ' will abort before code gen due to error, so doesn't matter if conversion kind is wrong.
986
Return
Convert
(type, arg, Conversions.ClassifyConversion(arg.Type, type, CompoundUseSiteInfo(Of AssemblySymbol).Discarded).Key, isChecked)