4 references to ArrayRankSpecifierSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
10145
Return new
ArrayRankSpecifierSyntax
(Me.Kind, newErrors, GetAnnotations, _openParenToken, _commaTokens, _closeParenToken)
10149
Return new
ArrayRankSpecifierSyntax
(Me.Kind, GetDiagnostics, annotations, _openParenToken, _commaTokens, _closeParenToken)
38886
Return New
ArrayRankSpecifierSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newCommaTokens.Node, newCloseParenToken)
Generated\Syntax.xml.Syntax.Generated.vb (1)
11880
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
ArrayRankSpecifierSyntax
(kind, errors, annotations, openParenToken, commaTokens, closeParenToken), Nothing, 0)