8 implementations of Kill
aspire (1)
DotNet\ProcessExecution.cs (1)
475
public void
Kill
(bool entireProcessTree) => Process.Kill(entireProcessTree);
Aspire.Cli.Tests (7)
Commands\AppHostLauncherTests.cs (3)
1618
public void
Kill
(bool entireProcessTree) => Inner.Kill(entireProcessTree);
1675
public void
Kill
(bool entireProcessTree) => process.Kill(entireProcessTree);
1741
public void
Kill
(bool entireProcessTree)
Commands\StartCommandTests.cs (1)
765
public void
Kill
(bool entireProcessTree)
DotNet\DotNetCliRunnerTests.cs (1)
2757
public void
Kill
(bool entireProcessTree)
Telemetry\InternalMicrosoftDetectorTests.cs (1)
1862
public void
Kill
(bool entireProcessTree)
TestServices\TestProcessExecutionFactory.cs (1)
253
public void
Kill
(bool entireProcessTree)
12 references to Kill
aspire (9)
Commands\AppHostLauncher.cs (2)
295
childProcess.
Kill
(entireProcessTree: true);
299
childProcess.
Kill
(entireProcessTree: true);
Commands\DashboardRunCommand.cs (3)
459
process.
Kill
(entireProcessTree: true);
491
process.
Kill
(entireProcessTree: true);
509
process.
Kill
(entireProcessTree: true);
Profiling\ProfileCaptureService.cs (1)
358
_dashboardProcess.
Kill
(entireProcessTree: true);
Utils\EnvironmentChecker\DcpConnectionChecker.cs (2)
291
process.
Kill
(entireProcessTree: true);
357
_process.
Kill
(entireProcessTree: true);
Utils\EnvironmentChecker\DevCertsCheck.cs (1)
470
process.
Kill
(entireProcessTree: true);
Aspire.Cli.Tests (3)
Commands\AppHostLauncherTests.cs (1)
1618
public void Kill(bool entireProcessTree) => Inner.
Kill
(entireProcessTree);
DotNet\ProcessExecutionDetachedTests.cs (2)
121
detachedProcess.
Kill
(entireProcessTree: true);
198
detachedProcess.
Kill
(entireProcessTree: true);