提交 3d6bb44e 编写于 作者: C Cyrus Najmabadi

Simplify

上级 6ecda9de
......@@ -85,9 +85,9 @@ protected void Clear()
return null;
}
var matches = ArrayBuilder<TMatch>.GetInstance();
using var _ = ArrayBuilder<TMatch>.GetInstance(out var matches);
AddMatches(matches);
return matches.ToImmutableAndFree();
return matches.ToImmutable();
}
private bool TryInitializeVariableDeclarationCase()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册