4 references to KillProcess
Aspire.Hosting.Foundry (4)
FoundryLocalService.cs (4)
113KillProcess(process); 179KillProcess(foundryProcess); 193KillProcess(process); 211using var cancellationRegistration = cancellationToken.Register(static state => KillProcess((Process)state!), process);