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)
1453
public void
Kill
(bool entireProcessTree) => Inner.Kill(entireProcessTree);
1510
public void
Kill
(bool entireProcessTree) => process.Kill(entireProcessTree);
1573
public void
Kill
(bool entireProcessTree)
Commands\StartCommandTests.cs (1)
764
public void
Kill
(bool entireProcessTree)
DotNet\DotNetCliRunnerTests.cs (1)
2708
public void
Kill
(bool entireProcessTree)
Telemetry\InternalMicrosoftDetectorTests.cs (1)
631
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)
311
childProcess.
Kill
(entireProcessTree: true);
315
childProcess.
Kill
(entireProcessTree: true);
Commands\DashboardRunCommand.cs (3)
440
process.
Kill
(entireProcessTree: true);
472
process.
Kill
(entireProcessTree: true);
490
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)
1453
public void Kill(bool entireProcessTree) => Inner.
Kill
(entireProcessTree);
DotNet\ProcessExecutionDetachedTests.cs (2)
121
detachedProcess.
Kill
(entireProcessTree: true);
198
detachedProcess.
Kill
(entireProcessTree: true);