We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d72e12 commit c416024Copy full SHA for c416024
src/PowerShellEditorServices/Services/PowerShell/Refactoring/IterativeFunctionVistor.cs
@@ -12,8 +12,6 @@ internal class IterativeFunctionRename
12
{
13
private readonly string OldName;
14
private readonly string NewName;
15
- internal Queue<Ast> queue = new();
16
- internal bool ShouldRename;
17
public List<TextChange> Modifications = new();
18
internal int StartLineNumber;
19
internal int StartColumnNumber;
0 commit comments