3 writes to WorkingDirectory
dotnet-watch (2)
Aspire\AspireServiceFactory.cs (1)
213WorkingDirectory = Path.GetDirectoryName(projectLaunchInfo.ProjectPath) ?? throw new InvalidOperationException(),
CommandLine\CommandLineOptions.cs (1)
371WorkingDirectory = workingDirectory,
dotnet-watch.Tests (1)
HotReload\RuntimeProcessLauncherTests.cs (1)
64WorkingDirectory = workingDirectory,
1 reference to WorkingDirectory
dotnet-watch (1)
Process\ProjectLauncher.cs (1)
67WorkingDirectory = projectOptions.WorkingDirectory,