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