4 references to AddArguments
Microsoft.AspNetCore.Mvc.Api.Analyzers (2)
AddResponseTypeAttributeCodeFixAction.cs (2)
209SyntaxFactory.AttributeArgumentList().AddArguments( 225SyntaxFactory.AttributeArgumentList().AddArguments(
Microsoft.CodeAnalysis.CSharp.Features (2)
CodeFixes\Suppression\CSharpSuppressionCodeFixProvider.cs (2)
191var attributeArgumentList = AttributeArgumentList().AddArguments(categoryArgument, ruleIdArgument, justificationArgument); 205attributeArgumentList = attributeArgumentList.AddArguments(scopeArgument, targetArgument);