2 references to AsAttributeArgumentList
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CodeGeneration\CSharpSyntaxGenerator.cs (2)
949
=> AsAttributeList(SyntaxFactory.Attribute((NameSyntax)name,
AsAttributeArgumentList
(attributeArguments)));
1139
var newArgumentList =
AsAttributeArgumentList
(attributeArguments);