13 references to IsNumericType
Microsoft.CodeAnalysis.VisualBasic (13)
Binding\Binder_Statements.vb (1)
3303If targetType.IsNumericType Then
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_Conversion.vb (1)
269ElseIf underlyingFrom.IsBooleanType() AndAlso underlyingTo.IsNumericType() Then
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (1)
119If stepValue.Type.GetEnumUnderlyingTypeOrSelf.IsNumericType Then
Semantics\Conversions.vb (7)
804If IsNumericType(targetType) OrElse IsBooleanType(targetType) Then 829If IsNumericType(targetType) OrElse IsBooleanType(targetType) Then 845If IsNumericType(targetType) OrElse IsBooleanType(targetType) Then 1676If underlyingSourceType.IsNumericType() AndAlso underlyingDestination.IsNumericType() Then 3232If IsNumericType(srcUnderlying) Then 3253If IsNumericType(dstUnderlying) AndAlso dstUnderlying.Equals(srcValueType) Then
Semantics\OverloadResolution.vb (2)
2093If left.IsNumericType() AndAlso right.IsNumericType() Then
Symbols\Metadata\PE\PEFieldSymbol.vb (1)
237If Me.Type.GetEnumUnderlyingTypeOrSelf.IsNumericType Then