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