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