|
|
@ -139,7 +139,7 @@ namespace ICSharpCode.Decompiler.Ast |
|
|
|
typeNames.Add(nameWithoutDigits, number - 1); |
|
|
|
typeNames.Add(nameWithoutDigits, number - 1); |
|
|
|
} |
|
|
|
} |
|
|
|
int count = ++typeNames[nameWithoutDigits]; |
|
|
|
int count = ++typeNames[nameWithoutDigits]; |
|
|
|
if (count > 1) { |
|
|
|
if (count != 1) { |
|
|
|
return nameWithoutDigits + count.ToString(); |
|
|
|
return nameWithoutDigits + count.ToString(); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
return nameWithoutDigits; |
|
|
|
return nameWithoutDigits; |
|
|
|