4 references to Arguments
dotnet (4)
Commands\Format\FormatCommand.cs (1)
22return new FormatCommand(result.GetValue(FormatCommandParser.Arguments));
Commands\Format\FormatCommandParser.cs (2)
27Arguments 29formatCommand.SetAction((parseResult) => FormatCommand.Run(parseResult.GetValue(Arguments)));
Parser.cs (1)
374var arguments = context.ParseResult.GetValue(FormatCommandParser.Arguments);