3 writes to IsProcessRunningWithLegacyStartTime
Aspire.Hosting.Tests (3)
Cli\CliOrphanDetectorTests.cs (3)
72detector.IsProcessRunningWithLegacyStartTime = (pid, startTime) => false; 103detector.IsProcessRunningWithLegacyStartTime = (_, _) => throw new InvalidOperationException("Stable start time should be preferred."); 197detector.IsProcessRunningWithLegacyStartTime = (pid, startTime) =>
1 reference to IsProcessRunningWithLegacyStartTime
Aspire.Hosting (1)
Cli\CliOrphanDetector.cs (1)
73? IsProcessRunningWithLegacyStartTime(pid, expectedStartTimeUnix.Value)