2 writes to initialState
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\AbstractInlineRenameUndoManager.cs (2)
84this.initialState = null; 107this.initialState = this.currentState;
1 reference to initialState
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\AbstractInlineRenameUndoManager.cs (1)
115this.UndoStack.Push(this.initialState);