1 write to MainProjectOptions
dotnet-watch (1)
Program.cs (1)
319MainProjectOptions = mainProjectOptions,
6 references to MainProjectOptions
dotnet-watch (4)
Watch\BuildEvaluator.cs (2)
34Debug.Assert(context.MainProjectOptions != null); 41=> _context.MainProjectOptions ?? throw new InvalidOperationException();
Watch\DotNetWatcher.cs (2)
73Debug.Assert(context.MainProjectOptions != null); 74outputObserver = context.BrowserLauncher.TryGetBrowserLaunchOutputObserver(projectRootNode, context.MainProjectOptions, browserRefreshServer, shutdownCancellationToken);
Microsoft.DotNet.HotReload.Watch (2)
HotReload\HotReloadDotNetWatcher.cs (2)
104_context.MainProjectOptions, 150var mainProjectOptions = _context.MainProjectOptions;