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