2 writes to ReplacementText
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\AbstractInlineRenameUndoManager.cs (2)
70ReplacementText = _trackedSession.ReplacementText, 96ReplacementText = replacementText,
5 references to ReplacementText
Microsoft.CodeAnalysis.EditorFeatures (5)
InlineRename\AbstractInlineRenameUndoManager.cs (3)
63if (currentState.ReplacementText != _trackedSession.ReplacementText) 138this.InlineRenameService.ActiveSession.ApplyReplacementText(this.currentState.ReplacementText, propagateEditImmediately: true); 152this.InlineRenameService.ActiveSession.ApplyReplacementText(this.currentState.ReplacementText, propagateEditImmediately: true);
InlineRename\UndoManagerServiceFactory.cs (2)
110ApplyReplacementText(subjectBuffer, this.UndoManagers[subjectBuffer].TextUndoHistory, propagateSpansEditTag, spans, this.currentState.ReplacementText); 116using var transaction = undoHistory.CreateTransaction(GetUndoTransactionDescription(state.ReplacementText));