5 references to IsSingleType
Microsoft.CodeAnalysis.VisualBasic (5)
Semantics\Operators.vb (5)
760Dim value As Double = If(underlyingResultType.IsSingleType(), operandValue.SingleValue, operandValue.DoubleValue) 778If underlyingResultType.IsSingleType() Then 1306Dim leftValue As Double = If(operandType.IsSingleType, left.SingleValue, left.DoubleValue) 1307Dim rightValue As Double = If(operandType.IsSingleType, right.SingleValue, right.DoubleValue) 1406If resultType.IsSingleType() Then