5 references to KillProcess
Aspire.Hosting.Foundry (5)
FoundryLocalService.cs (5)
193
KillProcess
(process);
329
KillProcess
(foundryProcess);
343
KillProcess
(process);
404
using var cancellationRegistration = cancellationToken.Register(static state =>
KillProcess
((Process)state!), process);
425
using var startCancellationRegistration = startCancellation.Token.Register(static state =>
KillProcess
((Process)state!), process);