3 writes to RootProjectOptions
dotnet-watch (1)
Program.cs (1)
241RootProjectOptions = rootProjectOptions,
dotnet-watch.Tests (2)
Watch\BuildEvaluatorTests.cs (1)
27RootProjectOptions = TestOptions.ProjectOptions,
Watch\NoRestoreTests.cs (1)
24RootProjectOptions = TestOptions.GetProjectOptions(args),
13 references to RootProjectOptions
dotnet-watch (13)
HotReload\HotReloadDotNetWatcher.cs (5)
83var rootProjectOptions = _context.RootProjectOptions; 653fileWatcher.WatchContainingDirectories([_context.RootProjectOptions.ProjectPath], includeSubdirectories: true); 843_context.RootProjectOptions.ProjectPath, 844_context.RootProjectOptions.BuildArguments, 857_context.RootProjectOptions.ProjectPath,
Watch\BuildEvaluator.cs (7)
40_context.RootProjectOptions.ProjectPath, 41_context.RootProjectOptions.BuildArguments, 49CommandLineOptions.IsCodeExecutionCommand(_context.RootProjectOptions.Command)) 58return [_context.RootProjectOptions.Command, "--no-restore", .. _context.RootProjectOptions.CommandArguments]; 62return [_context.RootProjectOptions.Command, .. _context.RootProjectOptions.CommandArguments];
Watch\DotNetWatcher.cs (1)
78context.BrowserLauncher.InstallBrowserLaunchTrigger(processSpec, projectRootNode, context.RootProjectOptions, browserRefreshServer, shutdownCancellationToken);