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