2 references to FormatArguments
dotnet (2)
Commands\DotNetCommandFactory.cs (2)
120FormatArguments(RemoveFirst(args, supportedArgument)); 122private static string FormatUnrecognizedArguments(IEnumerable<string> args) => FormatArguments(args);