2 references to AddArguments
Microsoft.CodeAnalysis.CSharp.Features (2)
CodeFixes\Suppression\CSharpSuppressionCodeFixProvider.cs (2)
191var attributeArgumentList = AttributeArgumentList().AddArguments(categoryArgument, ruleIdArgument, justificationArgument); 205attributeArgumentList = attributeArgumentList.AddArguments(scopeArgument, targetArgument);