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