3 references to AsAttributeList
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CodeGeneration\CSharpSyntaxGenerator.cs (3)
913
=>
AsAttributeList
(SyntaxFactory.Attribute((NameSyntax)name, AsAttributeArgumentList(attributeArguments)));
967
return SyntaxFactory.List(attributes.Select(
AsAttributeList
));
2123
return
AsAttributeList
(newNode);