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