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