3 references to IsNumericType
Microsoft.CodeAnalysis (1)
Symbols\ITypeSymbol.cs (1)
246
return type?.SpecialType.
IsNumericType
() == true;
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Operators.cs (2)
390
if (leftType.SpecialType.
IsNumericType
())
3447
operandType.SpecialType.
IsNumericType
() ||