提交 49c4cafc 编写于 作者: H Heejae Chang

keep SelectAsArray

上级 9a91df60
......@@ -55,7 +55,7 @@ internal abstract partial class AbstractDocumentHighlightsService : IDocumentHig
return (succeeded: false, ImmutableArray<DocumentHighlights>.Empty);
}
return (true, result.Select(h => h.Rehydrate(document.Project.Solution)).ToImmutableArray());
return (true, result.SelectAsArray(h => h.Rehydrate(document.Project.Solution)));
}
private async Task<ImmutableArray<DocumentHighlights>> GetDocumentHighlightsInCurrentProcessAsync(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册