3 writes to IsProcessRunningWithStartTime
Aspire.Cli.Tests (3)
Hosting\CliOrphanDetectorTests.cs (3)
68
detector.
IsProcessRunningWithStartTime
= (pid, startTime) => false;
116
detector.
IsProcessRunningWithStartTime
= (pid, startTime) => {
158
detector.
IsProcessRunningWithStartTime
= (pid, startTime) => {
1 reference to IsProcessRunningWithStartTime
Aspire.Hosting (1)
Cli\CliOrphanDetector.cs (1)
75
isProcessStillRunning =
IsProcessRunningWithStartTime
(pid, expectedStartTimeUnix.Value);