2 writes to initialState
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\AbstractInlineRenameUndoManager.cs (2)
82this.initialState = null; 105this.initialState = this.currentState;
1 reference to initialState
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\AbstractInlineRenameUndoManager.cs (1)
113this.UndoStack.Push(this.initialState);