2 writes to ReplacementText
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\AbstractInlineRenameUndoManager.cs (2)
70ReplacementText = _trackedSession.ReplacementText, 96ReplacementText = replacementText,
8 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));
Microsoft.VisualStudio.LanguageServices (3)
InlineRename\InlineRenameUndoManager.cs (3)
184currentState.ReplacementText.GetWithoutAttributeSuffix(isCaseSensitive) ?? currentState.ReplacementText); 190undoManager.Add(new RedoPrimitive(undoManager, GetUndoTransactionDescription(state.ReplacementText)));