提交 a28bd148 编写于 作者: M Manish Vasani

Use Create helper to ensure caching.

上级 68f8454b
......@@ -1772,7 +1772,7 @@ Namespace Microsoft.CodeAnalysis.Operations
Function()
Return boundRedimStatement.Clauses.SelectAsArray(Function(n)
Debug.Assert(preserve = n.Preserve)
Return CreateBoundReDimClauseOperation(n)
Return DirectCast(Create(n), IReDimClauseOperation)
End Function)
End Function)
Dim syntax As SyntaxNode = boundRedimStatement.Syntax
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册