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