5 references to IsNumericType
Microsoft.CodeAnalysis.CSharp (5)
Binder\Semantics\Conversions\ConversionsBase.cs (5)
1388
IsNumericType
(source.Type) &&
1890
if (!
IsNumericType
(source) || !
IsNumericType
(destination))
2070
if (
IsNumericType
(source) && destination.IsEnumType())
2075
if (
IsNumericType
(destination) && source.IsEnumType())