1 override of InsertAttributeArguments
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
1139
public override SyntaxNode
InsertAttributeArguments
(SyntaxNode declaration, int index, IEnumerable<SyntaxNode> attributeArguments)
1 reference to InsertAttributeArguments
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SyntaxGenerator.cs (1)
1214
=> this.
InsertAttributeArguments
(attributeDeclaration, this.GetAttributeArguments(attributeDeclaration).Count, attributeArguments);