7 references to UndoStack
Microsoft.CodeAnalysis.EditorFeatures (7)
InlineRename\AbstractInlineRenameUndoManager.cs (7)
96
this.
UndoStack
.Clear();
127
if (!this.
UndoStack
.Any())
129
this.
UndoStack
.Push(this.initialState);
150
if (this.
UndoStack
.Count > 0)
153
this.currentState = this.
UndoStack
.Pop();
166
this.
UndoStack
.Push(this.currentState);
191
if (!edit.HasEffectiveChanges && !this.
UndoStack
.Any())