4 references to ProcessExists
aspire (2)
Backchannel\AuxiliaryBackchannelMonitor.cs (2)
301
if (pid is { } pidValue && !AppHostHelper.
ProcessExists
(pidValue))
308
if (!AppHostHelper.
ProcessExists
(pidValue))
Aspire.Cli.Tests (2)
Utils\AppHostHelperTests.cs (2)
178
var exists = AppHostHelper.
ProcessExists
(currentPid);
189
var exists = AppHostHelper.
ProcessExists
(invalidPid);