3 references to NarrowFloatingResult
Microsoft.CodeAnalysis.VisualBasic (3)
Semantics\CompileTimeCalculations.vb (1)
402Dim resultValue As Double = NarrowFloatingResult(sourceValue, targetType, overflow)
Semantics\Operators.vb (2)
773value = NarrowFloatingResult(value, underlyingResultType.GetConstantValueTypeDiscriminator(), overflow) 1401resultValue = NarrowFloatingResult(resultValue, resultType.GetConstantValueTypeDiscriminator(), overflow)