5 writes to IsProcessRunningWithStartTime
Aspire.Hosting.RemoteHost.Tests (5)
OrphanDetectorTests.cs (5)
44IsProcessRunningWithStartTime = (_, _) => throw new InvalidOperationException("Start-time path should not be used without REMOTE_APP_HOST_STARTED."), 69IsProcessRunningWithStartTime = (_, _) => false, 94IsProcessRunningWithStartTime = (_, _) => false, 118IsProcessRunningWithStartTime = (_, _) => throw new InvalidOperationException("Legacy ASPIRE_CLI_STARTED should not use the stable start-time path."), 144IsProcessRunningWithStartTime = (_, startTime) =>
1 reference to IsProcessRunningWithStartTime
Aspire.Hosting.RemoteHost (1)
OrphanDetector.cs (1)
81{ } expected => IsProcessRunningWithStartTime(pid, expected),