19 references to InvolvesNarrowingFromNumericConstant
Microsoft.CodeAnalysis.VisualBasic (19)
Binding\Binder_Conversions.vb (1)
519(convKind.Key And ConversionKind.InvolvesNarrowingFromNumericConstant) = 0 Then
Binding\Binder_Invocation.vb (3)
2503Debug.Assert((conv.Key And ConversionKind.InvolvesNarrowingFromNumericConstant) = 0) 2571If (conv.Key And ConversionKind.InvolvesNarrowingFromNumericConstant) = 0 Then 2589ElseIf (conv.Key And ConversionKind.InvolvesNarrowingFromNumericConstant) <> 0 Then
Semantics\Conversions.vb (11)
1277Dim allNarrowingIsFromNumericConstant = ConversionKind.InvolvesNarrowingFromNumericConstant 1308Debug.Assert((allNarrowingIsFromNumericConstant And Not ConversionKind.InvolvesNarrowingFromNumericConstant) = 0) 1322Dim mergedInvolvesNarrowingFromNumericConstant As ConversionKind = ConversionKind.InvolvesNarrowingFromNumericConstant 1349If IsWideningConversion(result) AndAlso (elementConv And ConversionKind.InvolvesNarrowingFromNumericConstant) <> 0 Then 1353Debug.Assert((mergedInvolvesNarrowingFromNumericConstant And ConversionKind.InvolvesNarrowingFromNumericConstant) <> 0) 1603Return ConversionKind.NarrowingNullable Or ConversionKind.InvolvesNarrowingFromNumericConstant 1635conv = conv Or ConversionKind.InvolvesNarrowingFromNumericConstant 1667conv = conv Or ConversionKind.InvolvesNarrowingFromNumericConstant 2171If (inConversion And ConversionKind.InvolvesNarrowingFromNumericConstant) <> 0 AndAlso 2175Dim newConv As ConversionKind = conv.Key Or ConversionKind.InvolvesNarrowingFromNumericConstant 3602Debug.Assert((elementConversion And ConversionKind.InvolvesNarrowingFromNumericConstant) = 0)
Semantics\OverloadResolution.vb (3)
3238Debug.Assert((conv.Key And ConversionKind.InvolvesNarrowingFromNumericConstant) = 0) 3355If (conv.Key And ConversionKind.InvolvesNarrowingFromNumericConstant) = 0 Then 3375ElseIf (conv.Key And ConversionKind.InvolvesNarrowingFromNumericConstant) <> 0 Then
Semantics\TypeInference\TypeInferenceCollection.vb (1)
459ElseIf (conversion And ConversionKind.InvolvesNarrowingFromNumericConstant) <> 0 Then