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