5 references to RedoStack
Microsoft.CodeAnalysis.EditorFeatures (5)
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();