7 references to UndoStack
Microsoft.CodeAnalysis.EditorFeatures (7)
InlineRename\AbstractInlineRenameUndoManager.cs (7)
95
this.
UndoStack
.Clear();
126
if (!this.
UndoStack
.Any())
128
this.
UndoStack
.Push(this.initialState);
149
if (this.
UndoStack
.Count > 0)
152
this.currentState = this.
UndoStack
.Pop();
165
this.
UndoStack
.Push(this.currentState);
190
if (!edit.HasEffectiveChanges && !this.
UndoStack
.Any())