2 references to GenerateArgument
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
CodeGeneration\ArgumentGenerator.vb (2)
11Return GenerateArgument(SyntaxFactory.SimpleArgument(DirectCast(argument, ExpressionSyntax))) 18Return SyntaxFactory.ArgumentList(arguments:=SyntaxFactory.SeparatedList(arguments.Select(AddressOf GenerateArgument)))