7 references to UndoStack
Microsoft.CodeAnalysis.EditorFeatures (7)
InlineRename\AbstractInlineRenameUndoManager.cs (7)
82
this.
UndoStack
.Clear();
113
if (!this.
UndoStack
.Any())
115
this.
UndoStack
.Push(this.initialState);
136
if (this.
UndoStack
.Count > 0)
139
this.currentState = this.
UndoStack
.Pop();
152
this.
UndoStack
.Push(this.currentState);
177
if (!edit.HasEffectiveChanges && !this.
UndoStack
.Any())