2 writes to initialState
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\AbstractInlineRenameUndoManager.cs (2)
98this.initialState = null; 121this.initialState = this.currentState;
1 reference to initialState
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\AbstractInlineRenameUndoManager.cs (1)
129this.UndoStack.Push(this.initialState);