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