3 references to AsAttributeList
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CodeGeneration\CSharpSyntaxGenerator.cs (3)
960
=>
AsAttributeList
(SyntaxFactory.Attribute((NameSyntax)name, AsAttributeArgumentList(attributeArguments)));
1003
return attributes == null ? default : [.. attributes.Select(
AsAttributeList
)];
2128
return
AsAttributeList
(newNode);