2 writes to ReplacementText
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\AbstractInlineRenameUndoManager.cs (2)
72ReplacementText = _trackedSession.ReplacementText, 98ReplacementText = replacementText,
5 references to ReplacementText
Microsoft.CodeAnalysis.EditorFeatures (5)
InlineRename\AbstractInlineRenameUndoManager.cs (3)
65if (currentState.ReplacementText != _trackedSession.ReplacementText) 140this.InlineRenameService.ActiveSession.ApplyReplacementText(this.currentState.ReplacementText, propagateEditImmediately: true); 154this.InlineRenameService.ActiveSession.ApplyReplacementText(this.currentState.ReplacementText, propagateEditImmediately: true);
InlineRename\UndoManagerServiceFactory.cs (2)
111ApplyReplacementText(subjectBuffer, this.UndoManagers[subjectBuffer].TextUndoHistory, propagateSpansEditTag, spans, this.currentState.ReplacementText); 117using var transaction = undoHistory.CreateTransaction(GetUndoTransactionDescription(state.ReplacementText));