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