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