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