2 writes to ReplacementText
Microsoft.CodeAnalysis.EditorFeatures (2)
18 references to ReplacementText
Microsoft.CodeAnalysis.EditorFeatures (13)
InlineRename\InlineRenameSession.cs (9)
257this.UndoManager.CreateInitialState(this.ReplacementText, _triggerView.Selection, new SnapshotSpan(triggerSpan.Snapshot, startingSpan));
523if (this.ReplacementText == string.Empty)
528var replacementText = this.ReplacementText;
556if (this.ReplacementText == string.Empty)
764if (this.ReplacementText == string.Empty ||
765this.ReplacementText == _initialRenameText)
831string.Format(EditorFeaturesResources.Rename_0_to_1_colon, this.OriginalSymbolName, this.ReplacementText),
881if (!_renameInfo.TryOnBeforeGlobalSymbolRenamed(_workspace, changedDocumentIDs, this.ReplacementText))
908if (!_renameInfo.TryOnAfterGlobalSymbolRenamed(_workspace, finalChangedIds, this.ReplacementText))
Microsoft.CodeAnalysis.EditorFeatures.Wpf (5)