1 write to SentWindowsCtrlC
dotnet-watch (1)
Process\ProcessRunner.cs (1)
367state.SentWindowsCtrlC = true;
1 reference to SentWindowsCtrlC
dotnet-watch (1)
Process\ProcessRunner.cs (1)
114if (exitCode == 0 || state.SentWindowsCtrlC && exitCode == CtlrCExitCode)