2 writes to ReplacementText
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\AbstractInlineRenameUndoManager.cs (2)
85
ReplacementText
= _trackedSession.ReplacementText,
111
ReplacementText
= replacementText,
3 references to ReplacementText
Microsoft.CodeAnalysis.EditorFeatures (3)
InlineRename\AbstractInlineRenameUndoManager.cs (3)
78
if (currentState.
ReplacementText
!= _trackedSession.ReplacementText)
153
this.InlineRenameService.ActiveSession.ApplyReplacementText(this.currentState.
ReplacementText
, propagateEditImmediately: true);
167
this.InlineRenameService.ActiveSession.ApplyReplacementText(this.currentState.
ReplacementText
, propagateEditImmediately: true);