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