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