提交 2d1f96e7 编写于 作者: C CyrusNajmabadi

PR feedback.

上级 4e12c1c2
......@@ -75,7 +75,8 @@ public async Task<IInlineRenameLocationSet> FindRenameLocationsAsync(OptionSet o
references.AddRange(renameLocations.Select(
ds => new InlineRenameLocation(ds.Document, ds.TextSpan)));
return new InlineRenameLocationSet(_renameInfo, _document.Project.Solution,
return new InlineRenameLocationSet(
_renameInfo, _document.Project.Solution,
references.ToImmutableArray());
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册