1 reference to AsAttributeArgument
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
957
=> arguments != null ? SyntaxFactory.AttributeArgumentList([.. arguments.Select(
AsAttributeArgument
)]) : null;