3 writes to RootProjectOptions
dotnet-watch (1)
Program.cs (1)
241
RootProjectOptions
= rootProjectOptions,
dotnet-watch.Tests (2)
Watch\BuildEvaluatorTests.cs (1)
27
RootProjectOptions
= TestOptions.ProjectOptions,
Watch\NoRestoreTests.cs (1)
24
RootProjectOptions
= TestOptions.GetProjectOptions(args),
13 references to RootProjectOptions
dotnet-watch (13)
HotReload\HotReloadDotNetWatcher.cs (5)
83
var rootProjectOptions = _context.
RootProjectOptions
;
653
fileWatcher.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,
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);