2 references to InlineRenameLocationSet
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\AbstractEditorInlineRenameService.InlineRenameLocationSet.cs (1)
21public static async Task<InlineRenameLocationSet> CreateAsync(
InlineRename\AbstractEditorInlineRenameService.SymbolRenameInfo.cs (1)
137return await InlineRenameLocationSet.CreateAsync(this, locations, cancellationToken).ConfigureAwait(false);