6 references to GetMuxerPath
dotnet-watch (3)
Program.cs (1)
49Environment.SetEnvironmentVariable(EnvironmentVariables.Names.DotnetHostPath, environmentOptions.GetMuxerPath());
Watch\DotNetWatcher.cs (1)
53Executable = context.EnvironmentOptions.GetMuxerPath(),
Watch\MsBuildFileSetFactory.cs (1)
58Executable = environmentOptions.GetMuxerPath(),
Microsoft.DotNet.HotReload.Watch (3)
AppModels\WebApplicationAppModel.cs (1)
60dotnetPath: context.EnvironmentOptions.GetMuxerPath(),
HotReload\HotReloadDotNetWatcher.cs (1)
1269Executable = _context.EnvironmentOptions.GetMuxerPath(),
Process\ProjectLauncher.cs (1)
56Executable = EnvironmentOptions.GetMuxerPath(),