2 references to ApplicationArguments
dotnet (2)
Commands\Run\RunCommand.cs (1)
619
var applicationArguments = parseResult.GetValue(RunCommandParser.
ApplicationArguments
)?.ToList();
Commands\Run\RunCommandParser.cs (1)
111
command.Arguments.Add(
ApplicationArguments
);