|
|
@ -578,6 +578,8 @@ namespace ICSharpCode.Decompiler.ILAst |
|
|
|
ReplaceVariables( |
|
|
|
ReplaceVariables( |
|
|
|
method, |
|
|
|
method, |
|
|
|
delegate(ILVariable v) { |
|
|
|
delegate(ILVariable v) { |
|
|
|
|
|
|
|
if (v.OriginalVariable == null) |
|
|
|
|
|
|
|
return v; |
|
|
|
ILVariable combinedVariable; |
|
|
|
ILVariable combinedVariable; |
|
|
|
if (!dict.TryGetValue(v.OriginalVariable, out combinedVariable)) { |
|
|
|
if (!dict.TryGetValue(v.OriginalVariable, out combinedVariable)) { |
|
|
|
dict.Add(v.OriginalVariable, v); |
|
|
|
dict.Add(v.OriginalVariable, v); |
|
|
|