2 writes to CommandArguments
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
391CommandArguments = CommandArguments,
Microsoft.DotNet.HotReload.Watch (1)
Aspire\AspireServiceFactory.cs (1)
245CommandArguments = GetRunCommandArguments(projectLaunchInfo, _hostProjectOptions.LaunchProfileName.Value),
2 references to CommandArguments
dotnet-watch (1)
Watch\BuildEvaluator.cs (1)
98arguments.AddRange(MainProjectOptions.CommandArguments);
Microsoft.DotNet.HotReload.Watch (1)
Process\ProjectLauncher.cs (1)
132arguments.AddRange(projectOptions.CommandArguments);