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