3 references to GetArguments
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
src\Analyzers\CSharp\CodeFixes\GenerateConstructor\CSharpGenerateConstructorService.cs (3)
53arguments = GetArguments(constructorInitializer.ArgumentList.Arguments); 98arguments = GetArguments(objectCreationExpression.ArgumentList.Arguments); 161arguments = GetArguments(implicitObjectCreation.ArgumentList.Arguments);