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