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