13 references to IsNumericType
Microsoft.CodeAnalysis.VisualBasic (13)
Binding\Binder_Statements.vb (1)
3332If 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)
808If IsNumericType(targetType) OrElse IsBooleanType(targetType) Then 833If IsNumericType(targetType) OrElse IsBooleanType(targetType) Then 849If IsNumericType(targetType) OrElse IsBooleanType(targetType) Then 1680If underlyingSourceType.IsNumericType() AndAlso underlyingDestination.IsNumericType() Then 3237If IsNumericType(srcUnderlying) Then 3258If IsNumericType(dstUnderlying) AndAlso dstUnderlying.Equals(srcValueType) Then
Semantics\OverloadResolution.vb (2)
2454If left.IsNumericType() AndAlso right.IsNumericType() Then
Symbols\Metadata\PE\PEFieldSymbol.vb (1)
240If Me.Type.GetEnumUnderlyingTypeOrSelf.IsNumericType Then