2 writes to ReplacementText
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\AbstractInlineRenameUndoManager.cs (2)
72
ReplacementText
= _trackedSession.ReplacementText,
98
ReplacementText
= replacementText,
3 references to ReplacementText
Microsoft.CodeAnalysis.EditorFeatures (3)
InlineRename\AbstractInlineRenameUndoManager.cs (3)
65
if (currentState.
ReplacementText
!= _trackedSession.ReplacementText)
140
this.InlineRenameService.ActiveSession.ApplyReplacementText(this.currentState.
ReplacementText
, propagateEditImmediately: true);
154
this.InlineRenameService.ActiveSession.ApplyReplacementText(this.currentState.
ReplacementText
, propagateEditImmediately: true);