5 references to ArgumentList
Microsoft.CodeAnalysis.VisualBasic (5)
Parser\ParseStatement.vb (1)
1298
clause = SyntaxFactory.RedimClause(invocation.Expression, invocation.
ArgumentList
)
Syntax\InternalSyntax\SyntaxNodeExtensions.vb (4)
761
If invocation.
ArgumentList
Is Nothing OrElse invocation.
ArgumentList
.Arguments.Count = 0 Then
766
Debug.Assert(invocation.
ArgumentList
IsNot Nothing)
768
If invocation.
ArgumentList
.Arguments.Count = 1 Then