5 references to IsFloatingPoint
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilderConversions.cs (2)
227Debug.Assert(fromPredefTypeKind.IsFloatingPoint()); 264Debug.Assert(fromPredefTypeKind.IsFloatingPoint());
Microsoft.CodeAnalysis.VisualBasic (3)
CodeGen\EmitConversion.vb (3)
81If underlyingFrom.IsFloatingPoint() Then 145Debug.Assert(IsIntegral(typeFrom) OrElse typeFrom.IsFloatingPoint() OrElse typeFrom = PrimitiveTypeCode.Char) 146Debug.Assert(IsIntegral(typeTo) OrElse typeTo.IsFloatingPoint())