2 writes to IsProcessRunningWithLegacyStartTime
Aspire.Hosting.RemoteHost.Tests (2)
OrphanDetectorTests.cs (2)
119
IsProcessRunningWithLegacyStartTime
= (_, _) => false,
149
IsProcessRunningWithLegacyStartTime
= (_, _) => 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),