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