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