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