2 writes to ReplacementText
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\AbstractInlineRenameUndoManager.cs (2)
86
ReplacementText
= _trackedSession.ReplacementText,
112
ReplacementText
= replacementText,
7 references to ReplacementText
Microsoft.CodeAnalysis.EditorFeatures (5)
InlineRename\AbstractInlineRenameUndoManager.cs (3)
79
if (currentState.
ReplacementText
!= _trackedSession.ReplacementText)
154
this.InlineRenameService.ActiveSession.ApplyReplacementText(this.currentState.
ReplacementText
, propagateEditImmediately: true);
168
this.InlineRenameService.ActiveSession.ApplyReplacementText(this.currentState.
ReplacementText
, propagateEditImmediately: true);
InlineRename\UndoManagerServiceFactory.cs (2)
123
ApplyReplacementText(subjectBuffer, this.UndoManagers[subjectBuffer].TextUndoHistory, propagateSpansEditTag, spans, this.currentState.
ReplacementText
);
129
using var transaction = undoHistory.CreateTransaction(GetUndoTransactionDescription(state.
ReplacementText
));
Microsoft.VisualStudio.LanguageServices (2)
InlineRename\InlineRenameUndoManager.cs (2)
196
ApplyReplacementText(subjectBuffer, bufferUndoState.TextUndoHistory, propagateSpansEditTag, spans, this.currentState.
ReplacementText
);
202
undoManager.Add(new RedoPrimitive(undoManager, GetUndoTransactionDescription(state.
ReplacementText
)));