2 writes to IsProcessRunningWithLegacyStartTime
Aspire.Hosting.RemoteHost.Tests (2)
OrphanDetectorTests.cs (2)
119IsProcessRunningWithLegacyStartTime = (_, _) => false, 149IsProcessRunningWithLegacyStartTime = (_, _) => throw new InvalidOperationException("Stable ASPIRE_CLI_STARTED_STABLE should be preferred."),
1 reference to IsProcessRunningWithLegacyStartTime
Aspire.Hosting.RemoteHost (1)
OrphanDetector.cs (1)
80{ } expected when useLegacyStartTime => IsProcessRunningWithLegacyStartTime(pid, expected),