3 references to ProcessExists
aspire (3)
src\Shared\BackchannelConstants.cs (2)
304
if (pid.HasValue && pid.Value != currentPid && !
ProcessExists
(pid.Value))
310
if (!
ProcessExists
(pid.Value))
Utils\AppHostHelper.cs (1)
127
=> BackchannelConstants.
ProcessExists
(pid);