2 writes to initialState
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\AbstractInlineRenameUndoManager.cs (2)
97this.initialState = null; 120this.initialState = this.currentState;
1 reference to initialState
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\AbstractInlineRenameUndoManager.cs (1)
128this.UndoStack.Push(this.initialState);