4 writes to Executable
dotnet-watch (4)
HotReload\HotReloadDotNetWatcher.cs (1)
872
Executable
= _context.EnvironmentOptions.MuxerPath,
Process\ProjectLauncher.cs (1)
65
Executable
= EnvironmentOptions.MuxerPath,
Watch\DotNetWatcher.cs (1)
54
Executable
= context.EnvironmentOptions.MuxerPath,
Watch\MsBuildFileSetFactory.cs (1)
51
Executable
= EnvironmentOptions.MuxerPath,
4 references to Executable
dotnet-watch (4)
Process\ProcessRunner.cs (3)
75
logger.Log(MessageDescriptor.LaunchedProcess, processSpec.
Executable
, argsDisplay, state.ProcessId);
79
logger.Log(MessageDescriptor.FailedToLaunchProcess, processSpec.
Executable
, argsDisplay, launchException.Message);
169
FileName = processSpec.
Executable
,
Process\ProcessSpec.cs (1)
24
=> Path.GetFileNameWithoutExtension(
Executable
);