5 references to IsNumericType
Microsoft.CodeAnalysis.CSharp (5)
Binder\Semantics\Conversions\ConversionsBase.cs (5)
1463
IsNumericType
(source.Type) &&
2039
if (!
IsNumericType
(source) || !
IsNumericType
(destination))
2219
if (
IsNumericType
(source) && destination.IsEnumType())
2224
if (
IsNumericType
(destination) && source.IsEnumType())