8 references to RedoStack
Microsoft.CodeAnalysis.EditorFeatures (8)
InlineRename\AbstractInlineRenameUndoManager.cs (5)
81this.RedoStack.Clear(); 110this.RedoStack.Clear(); 136this.RedoStack.Push(this.currentState); 148if (this.RedoStack.Count > 0) 151this.currentState = this.RedoStack.Pop();
InlineRename\UndoManagerServiceFactory.cs (3)
114foreach (var state in this.RedoStack.Reverse()) 120if (this.RedoStack.Any()) 122undoHistory.Undo(this.RedoStack.Count);