4 references to ReDimStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
19378
Return new
ReDimStatementSyntax
(Me.Kind, newErrors, GetAnnotations, _reDimKeyword, _preserveKeyword, _clauses)
19382
Return new
ReDimStatementSyntax
(Me.Kind, GetDiagnostics, annotations, _reDimKeyword, _preserveKeyword, _clauses)
39948
Return New
ReDimStatementSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newReDimKeyword, newPreserveKeyword, newClauses.Node)
Generated\Syntax.xml.Syntax.Generated.vb (1)
20867
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
ReDimStatementSyntax
(kind, errors, annotations, reDimKeyword, preserveKeyword, if(clauses IsNot Nothing, clauses.Green, Nothing)), Nothing, 0)