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