7 references to UndoStack
Microsoft.CodeAnalysis.EditorFeatures (7)
InlineRename\AbstractInlineRenameUndoManager.cs (7)
96this.UndoStack.Clear(); 127if (!this.UndoStack.Any()) 129this.UndoStack.Push(this.initialState); 150if (this.UndoStack.Count > 0) 153this.currentState = this.UndoStack.Pop(); 166this.UndoStack.Push(this.currentState); 191if (!edit.HasEffectiveChanges && !this.UndoStack.Any())