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