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