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