21 references to AttributeArgumentList
Microsoft.AspNetCore.Mvc.Api.Analyzers (2)
AddResponseTypeAttributeCodeFixAction.cs (2)
209SyntaxFactory.AttributeArgumentList().AddArguments( 225SyntaxFactory.AttributeArgumentList().AddArguments(
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
9935var argumentList = this.ArgumentList ?? SyntaxFactory.AttributeArgumentList();
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\AttributeGenerator.cs (1)
98return AttributeArgumentList(SeparatedList(arguments));
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeFixes\Suppression\CSharpSuppressionCodeFixProvider.cs (1)
191var attributeArgumentList = AttributeArgumentList().AddArguments(categoryArgument, ruleIdArgument, justificationArgument);
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
964=> arguments != null ? SyntaxFactory.AttributeArgumentList([.. arguments.Select(AsAttributeArgument)]) : null;
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\AttributeGenerator.cs (1)
98return AttributeArgumentList(SeparatedList(arguments));
Microsoft.Interop.ComInterfaceGenerator (2)
AttributeInfo.cs (1)
19return Attribute((NameSyntax)Type.Syntax, AttributeArgumentList(SeparatedList(Arguments.Select(arg => AttributeArgument(ParseExpression(arg))))));
ComInterfaceGenerator.cs (1)
653AttributeArgumentList(
Microsoft.Interop.JavaScript.JSImportGenerator (2)
JSExportGenerator.cs (2)
262AttributeArgumentList( 376.WithArgumentList(AttributeArgumentList(SeparatedList(new[]{
Microsoft.Interop.LibraryImportGenerator (2)
LibraryImportGenerator.cs (2)
453AttributeArgumentList( 515AttributeArgumentList(SeparatedList(newAttributeArgs)));
Microsoft.Interop.LibraryImportGenerator.Downlevel (2)
DownlevelLibraryImportGenerator.cs (2)
329AttributeArgumentList( 393AttributeArgumentList(SeparatedList(newAttributeArgs)));
Microsoft.Interop.SourceGeneration (3)
MarshalAsParser.cs (2)
46AttributeArgumentList( 75AttributeArgumentList(
SignatureContext.cs (1)
74AttributeArgumentList(
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
3329newArgumentList = SyntaxFactory.AttributeArgumentList([(AttributeArgumentSyntax)attributeArgument]);
QuarantineTools.Tests (1)
QuarantineScriptTests.cs (1)
372: SyntaxFactory.AttributeArgumentList(
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\AttributeGenerator.cs (1)
98return AttributeArgumentList(SeparatedList(arguments));