22 references to WithArgumentList
Microsoft.AspNetCore.App.CodeFixes (2)
Kestrel\ListenOnIPv6AnyFixer.cs (1)
68.WithArgumentList(adjustedArgumentList!)
WebApplicationBuilderFixer.cs (1)
162invocation = invocation.WithExpression(hostBasedInvocationMethodExpr).WithArgumentList(arguments);
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
2525public InvocationExpressionSyntax AddArgumentListArguments(params ArgumentSyntax[] items) => WithArgumentList(this.ArgumentList.WithArguments(this.ArgumentList.Arguments.AddRange(items)));
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Analyzers\CSharp\CodeFixes\MakeLocalFunctionStatic\MakeLocalFunctionStaticCodeFixHelper.cs (1)
113return currentInvocation.WithArgumentList(newArgList);
Microsoft.CodeAnalysis.CSharp.Features (2)
ChangeSignature\CSharpChangeSignatureService.cs (1)
424return invocation.WithArgumentList(
src\Analyzers\CSharp\CodeFixes\MakeLocalFunctionStatic\MakeLocalFunctionStaticCodeFixHelper.cs (1)
113return currentInvocation.WithArgumentList(newArgList);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
11634var newNode = node.WithExpression(node.Expression).WithArgumentList(node.ArgumentList);
Microsoft.Interop.JavaScript.JSImportGenerator (15)
JSExportGenerator.cs (2)
424.WithArgumentList(ArgumentList(SeparatedList(arguments)))); 450.WithArgumentList(ArgumentList(SeparatedList(signatureArgs))));
JSImportGenerator.cs (1)
309.WithArgumentList(ArgumentList(SeparatedList(bindingParameters))))))));
Marshaling\FuncJSGenerator.cs (4)
69.WithArgumentList(ArgumentList(SeparatedList(arguments)))); 90.WithArgumentList(ArgumentList(SeparatedList(arguments)))); 104.WithArgumentList(ArgumentList(SeparatedList(new[]{ 120.WithArgumentList(ArgumentList(SeparatedList(new[]{
Marshaling\PrimitiveJSGenerator.cs (2)
41.WithArgumentList(ArgumentList(SingletonSeparatedList(source.WithRefOrOutKeyword(Token(SyntaxKind.OutKeyword)))))); 48.WithArgumentList(ArgumentList(SingletonSeparatedList(source))));
Marshaling\TaskJSGenerator.cs (6)
58.WithArgumentList(ArgumentList(SingletonSeparatedList(source.WithRefOrOutKeyword(Token(SyntaxKind.OutKeyword)))))); 65.WithArgumentList(ArgumentList(SingletonSeparatedList(source)))); 72.WithArgumentList(ArgumentList(SeparatedList(new[]{ 86.WithArgumentList(ArgumentList(SeparatedList(new[]{ 95.WithArgumentList(ArgumentList(SeparatedList(new[]{ 108.WithArgumentList(ArgumentList(SeparatedList(new[]{