3 references to GetArguments
Microsoft.CodeAnalysis.CSharp.Features (3)
GenerateConstructor\CSharpGenerateConstructorService.cs (3)
56
arguments =
GetArguments
(constructorInitializer.ArgumentList.Arguments);
101
arguments =
GetArguments
(objectCreationExpression.ArgumentList.Arguments);
164
arguments =
GetArguments
(implicitObjectCreation.ArgumentList.Arguments);