4 references to ApplicationArguments
dotnet (1)
Commands\Run\RunCommand.cs (1)
787var applicationArguments = parseResult.GetValue(definition.ApplicationArguments)?.ToList() ?? [];
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Run\AotRunCommand.cs (1)
301string[] parsedApplicationArguments = parseResult.GetValue(definition.ApplicationArguments) ?? [];
dotnet-watch (1)
Program.cs (1)
161if (runParseResult.GetValue(runCommandDefinition.ApplicationArguments) is not [var firstArg, ..])
Microsoft.DotNet.Cli.Definitions (1)
Commands\Run\RunCommandDefinition.cs (1)
127Arguments.Add(ApplicationArguments);