13 references to IsNumericType
Microsoft.CodeAnalysis.VisualBasic (13)
Binding\Binder_Statements.vb (1)
3303
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)
804
If
IsNumericType
(targetType) OrElse IsBooleanType(targetType) Then
829
If
IsNumericType
(targetType) OrElse IsBooleanType(targetType) Then
845
If
IsNumericType
(targetType) OrElse IsBooleanType(targetType) Then
1676
If underlyingSourceType.
IsNumericType
() AndAlso underlyingDestination.
IsNumericType
() Then
3232
If
IsNumericType
(srcUnderlying) Then
3253
If
IsNumericType
(dstUnderlying) AndAlso dstUnderlying.Equals(srcValueType) Then
Semantics\OverloadResolution.vb (2)
2093
If left.
IsNumericType
() AndAlso right.
IsNumericType
() Then
Symbols\Metadata\PE\PEFieldSymbol.vb (1)
237
If Me.Type.GetEnumUnderlyingTypeOrSelf.
IsNumericType
Then