13 references to IsNumericType
Microsoft.CodeAnalysis.VisualBasic (13)
Binding\Binder_Statements.vb (1)
3332
If targetType.
IsNumericType
Then
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_Conversion.vb (1)
269
ElseIf underlyingFrom.IsBooleanType() AndAlso underlyingTo.
IsNumericType
() Then
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (1)
119
If stepValue.Type.GetEnumUnderlyingTypeOrSelf.
IsNumericType
Then
Semantics\Conversions.vb (7)
808
If
IsNumericType
(targetType) OrElse IsBooleanType(targetType) Then
833
If
IsNumericType
(targetType) OrElse IsBooleanType(targetType) Then
849
If
IsNumericType
(targetType) OrElse IsBooleanType(targetType) Then
1680
If underlyingSourceType.
IsNumericType
() AndAlso underlyingDestination.
IsNumericType
() Then
3237
If
IsNumericType
(srcUnderlying) Then
3258
If
IsNumericType
(dstUnderlying) AndAlso dstUnderlying.Equals(srcValueType) Then
Semantics\OverloadResolution.vb (2)
2454
If left.
IsNumericType
() AndAlso right.
IsNumericType
() Then
Symbols\Metadata\PE\PEFieldSymbol.vb (1)
240
If Me.Type.GetEnumUnderlyingTypeOrSelf.
IsNumericType
Then