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