未验证 提交 89784878 编写于 作者: P Petr Houška 提交者: GitHub

Fix missing using

Co-Authored-By: NSam Harwell <sam@tunnelvisionlabs.com>
上级 8e2b864a
......@@ -761,7 +761,7 @@ private static SuggestedActionSetPriority GetSuggestedActionSetPriority(CodeActi
private SuggestedActionSet OrganizeRefactorings(
Workspace workspace, CodeRefactoring refactoring)
{
var refactoringSuggestedActionsDisposer = ArrayBuilder<SuggestedAction>.GetInstance(out var refactoringSuggestedActions);
using var refactoringSuggestedActionsDisposer = ArrayBuilder<SuggestedAction>.GetInstance(out var refactoringSuggestedActions);
foreach (var codeAction in refactoring.CodeActions)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册