4 references to RedimClause
Microsoft.CodeAnalysis.VisualBasic (1)
Generated\Syntax.xml.Syntax.Generated.vb (1)
21106Dim newNode = SyntaxFactory.RedimClause(expression, arrayBounds)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Generated\Syntax.Test.xml.Generated.vb (3)
14145SyntaxFactory.RedimClause(Nothing, GenerateRedArgumentList()) 14153SyntaxFactory.RedimClause(GenerateRedKeywordEventContainer(), Nothing) 14160return SyntaxFactory.RedimClause(GenerateRedKeywordEventContainer(), GenerateRedArgumentList())