5 references to RedoStack
Microsoft.CodeAnalysis.EditorFeatures (5)
InlineRename\AbstractInlineRenameUndoManager.cs (5)
83
this.
RedoStack
.Clear();
112
this.
RedoStack
.Clear();
138
this.
RedoStack
.Push(this.currentState);
150
if (this.
RedoStack
.Count > 0)
153
this.currentState = this.
RedoStack
.Pop();