2 references to GetArgumentsOfArgumentList
Roslyn.Diagnostics.VisualBasic.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (2)
1174Return If(argumentList Is Nothing, Nothing, GetArgumentsOfArgumentList(argumentList)) 1182Return GetArgumentsOfArgumentList(node)