Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_Conversion.vb (6)
222Dim convertedWithHelper = Convert(underlyingOperand, helperReturnType, specialHelper,
264Return Convert(ConvertIfNeeded(rewrittenOperand, typeFrom, argumentType, False),
334Return Convert(operand, nullableType, DirectCast(substitutedNullableType.GetMemberForDefinition(helper), MethodSymbol), isChecked)
353Return Convert(operand, underlyingType, DirectCast(substitutedNullableType.GetMemberForDefinition(helper), MethodSymbol), isChecked)
378Return Convert(Visit(originalArgument), resultType, method, isChecked AndAlso IsIntegralType(resultType))
388Dim userDefinedConversion As BoundExpression = Convert(rewrittenCallOperand, methodCallType, method, isChecked AndAlso IsIntegralType(methodCallType))