4 writes to IsProcessRunning
Aspire.Hosting.RemoteHost.Tests (4)
OrphanDetectorTests.cs (4)
42IsProcessRunning = _ => false, 68IsProcessRunning = _ => throw new InvalidOperationException("PID-only path should not be used when REMOTE_APP_HOST_STARTED is set."), 117IsProcessRunning = _ => throw new InvalidOperationException("Start time from ASPIRE_CLI_STARTED should select the legacy start-time path."), 143IsProcessRunning = _ => throw new InvalidOperationException("Start time from ASPIRE_CLI_STARTED_STABLE should select the start-time path."),
1 reference to IsProcessRunning
Aspire.Hosting.RemoteHost (1)
OrphanDetector.cs (1)
82_ => IsProcessRunning(pid)