4 references to ProcessExists
aspire (2)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
542
if (pid is { } pidValue && !BackchannelConstants.
ProcessExists
(pidValue))
src\Shared\AppHostSocketManager.cs (1)
218
!BackchannelConstants.
ProcessExists
(pidValue))
Aspire.Cli.Tests (2)
Backchannel\BackchannelConstantsTests.cs (2)
213
var exists = BackchannelConstants.
ProcessExists
(currentPid);
224
var exists = BackchannelConstants.
ProcessExists
(invalidPid);