2 references to IsFloatingPointType
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
CastSimplifier.cs (2)
910
if (!
IsFloatingPointType
(castedExpressionType) ||
911
!
IsFloatingPointType
(castType))