I20241108-1800
* Enhance unused to unnamed var quick fix to support try with resources and for loops - modify RenameUnusedVariableFixCore to add new method that will check if rename to unnamed variable is available and add logic for try with resources and enhanced for loops - modify UnusedCodeCleanUpCore and UnusedCodeFixCore to use new method to check whether we can rename to unnamed variable - add new tests to QuickFixTest22 - fixes #1762