3 writes to CommandArguments
dotnet-watch (2)
Aspire\AspireServiceFactory.cs (1)
216CommandArguments = GetRunCommandArguments(projectLaunchInfo, hostLaunchProfile),
CommandLine\CommandLineOptions.cs (1)
373CommandArguments = CommandArguments,
dotnet-watch.Tests (1)
HotReload\RuntimeProcessLauncherTests.cs (1)
67CommandArguments = ["--project", projectPath],
3 references to CommandArguments
dotnet-watch (3)
Process\ProjectLauncher.cs (1)
129arguments.AddRange(projectOptions.CommandArguments);
Watch\BuildEvaluator.cs (2)
58return [_context.RootProjectOptions.Command, "--no-restore", .. _context.RootProjectOptions.CommandArguments]; 62return [_context.RootProjectOptions.Command, .. _context.RootProjectOptions.CommandArguments];