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