|
|
@ -431,7 +431,7 @@ namespace ICSharpCode.Decompiler.CSharp.Transforms |
|
|
|
default: |
|
|
|
default: |
|
|
|
continue; |
|
|
|
continue; |
|
|
|
} |
|
|
|
} |
|
|
|
if (!VariableNeedsDeclaration(ilVar.Kind)) continue; |
|
|
|
if (ilVar == null || !VariableNeedsDeclaration(ilVar.Kind)) continue; |
|
|
|
var v = variableDict[ilVar]; |
|
|
|
var v = variableDict[ilVar]; |
|
|
|
if (!v.RemovedDueToCollision) continue; |
|
|
|
if (!v.RemovedDueToCollision) continue; |
|
|
|
while (v.RemovedDueToCollision) { |
|
|
|
while (v.RemovedDueToCollision) { |
|
|
|