5 references to RedoStack
Microsoft.CodeAnalysis.EditorFeatures (5)
InlineRename\AbstractInlineRenameUndoManager.cs (5)
96this.RedoStack.Clear(); 125this.RedoStack.Clear(); 151this.RedoStack.Push(this.currentState); 163if (this.RedoStack.Count > 0) 166this.currentState = this.RedoStack.Pop();