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