2 references to SIGINT
dotnet.Tests (2)
CommandTests\Run\GivenDotnetRunIsInterrupted.cs (2)
54NativeMethods.Posix.kill(testProcess.Id, NativeMethods.Posix.SIGINT).Should().Be(0); // dotnet run 57NativeMethods.Posix.kill(Convert.ToInt32(line), NativeMethods.Posix.SIGINT).Should().Be(0); // TestAppThatWaits