8 references to IsNumericType
Microsoft.CodeAnalysis (1)
Symbols\ITypeSymbol.cs (1)
237return type?.SpecialType.IsNumericType() == true;
Microsoft.CodeAnalysis.VisualBasic (7)
Preprocessor\ExpressionEvaluator.vb (6)
615If specialType.IsNumericType() Then 638Debug.Assert(toSpecialType.IsNumericType()) 654If fromSpecialType.IsNumericType() Then 685Debug.Assert(value.SpecialType.IsNumericType()) 686Debug.Assert(toSpecialType.IsNumericType()) 705If toSpecialType.IsNumericType() Then
Symbols\TypeSymbolExtensions.vb (1)
291Return this.SpecialType.IsNumericType()