8 references to RedoStack
Microsoft.CodeAnalysis.EditorFeatures (8)
InlineRename\AbstractInlineRenameUndoManager.cs (5)
83this.RedoStack.Clear(); 112this.RedoStack.Clear(); 138this.RedoStack.Push(this.currentState); 150if (this.RedoStack.Count > 0) 153this.currentState = this.RedoStack.Pop();
InlineRename\UndoManagerServiceFactory.cs (3)
115foreach (var state in this.RedoStack.Reverse()) 121if (this.RedoStack.Any()) 123undoHistory.Undo(this.RedoStack.Count);