3 references to InlineRenameReplacement
Microsoft.CodeAnalysis.EditorFeatures (3)
InlineRename\AbstractEditorInlineRenameService.InlineRenameReplacementInfo.cs (1)
61.Select(s => new InlineRenameReplacement(InlineRenameReplacementKind.Complexified, s.oldSpan, s.newSpan));
InlineRename\IEditorInlineRenameService.cs (1)
82: this(GetReplacementKind(location), location.ConflictCheckSpan, newSpan)
InlineRename\InlineRenameSession.OpenTextBufferManager.cs (1)
627result.Add(new InlineRenameReplacement(