3 references to AsArgument
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CodeGeneration\CSharpSyntaxGenerator.cs (3)
367baseConstructorArguments != null ? SyntaxFactory.ConstructorInitializer(SyntaxKind.BaseConstructorInitializer, SyntaxFactory.ArgumentList([.. baseConstructorArguments.Select(AsArgument)])) : null, 3177=> [.. arguments.Select(AsArgument)]; 3517=> SyntaxFactory.TupleExpression([.. arguments.Select(AsArgument)]);