|
|
@ -169,8 +169,8 @@ namespace ICSharpCode.Decompiler.CSharp |
|
|
|
|
|
|
|
|
|
|
|
arg = arg.ConvertTo(parameter.Type, expressionBuilder, allowImplicitConversion: true); |
|
|
|
arg = arg.ConvertTo(parameter.Type, expressionBuilder, allowImplicitConversion: true); |
|
|
|
|
|
|
|
|
|
|
|
if (parameter.IsOut) { |
|
|
|
if (parameter.IsOut) { |
|
|
|
arguments[i] = ExpressionBuilder.ChangeDirectionExpressionToOut(arguments[i]); |
|
|
|
arg = ExpressionBuilder.ChangeDirectionExpressionToOut(arg); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
arguments.Add(arg); |
|
|
|
arguments.Add(arg); |
|
|
|