2 references to WithAttributeArgumentList
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CodeGeneration\CSharpSyntaxGenerator.cs (2)
1150
return
WithAttributeArgumentList
(declaration, newArgumentList);
1154
return
WithAttributeArgumentList
(declaration, existingArgumentList.WithArguments(existingArgumentList.Arguments.InsertRange(index, newArgumentList.Arguments)));