24 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)
_generated\2\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\roslyn\src\Analyzers\CSharp\CodeFixes\MakeLocalFunctionStatic\MakeLocalFunctionStaticCodeFixHelper.cs (1)
113return currentInvocation.WithArgumentList(newArgList);
Microsoft.CodeAnalysis.CSharp.Features (2)
ChangeSignature\CSharpChangeSignatureService.cs (1)
422return invocation.WithArgumentList(
src\roslyn\src\Analyzers\CSharp\CodeFixes\MakeLocalFunctionStatic\MakeLocalFunctionStaticCodeFixHelper.cs (1)
113return currentInvocation.WithArgumentList(newArgList);
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\InteropServices\CSharpDynamicInterfaceCastableImplementation.Fixer.cs (1)
253return currentInvocation.WithArgumentList(newArgList).WithExpression(SyntaxFactory.IdentifierName(symbol.Name));
Microsoft.NetCore.Analyzers\Performance\CSharpCollapseMultiplePathOperations.Fixer.cs (1)
63var newInvocation = invocation.WithArgumentList(newArgumentList)
Microsoft.NetCore.Analyzers\Usage\CSharpPreferGenericOverloads.cs (1)
62.WithArgumentList(SyntaxFactory.ArgumentList(SyntaxFactory.SeparatedList(otherArgumentsSyntax)))
Microsoft.Interop.JavaScript.JSImportGenerator (15)
JSExportGenerator.cs (2)
394.WithArgumentList(ArgumentList(SeparatedList(arguments)))); 420.WithArgumentList(ArgumentList(SeparatedList(signatureArgs))));
JSImportGenerator.cs (1)
279.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[]{