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