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