7 references to UndoStack
Microsoft.CodeAnalysis.EditorFeatures (7)
InlineRename\AbstractInlineRenameUndoManager.cs (7)
80
this.
UndoStack
.Clear();
111
if (!this.
UndoStack
.Any())
113
this.
UndoStack
.Push(this.initialState);
134
if (this.
UndoStack
.Count > 0)
137
this.currentState = this.
UndoStack
.Pop();
150
this.
UndoStack
.Push(this.currentState);
175
if (!edit.HasEffectiveChanges && !this.
UndoStack
.Any())