5 references to ProcessStartTimeHelper
Aspire.TerminalHost (5)
src\Shared\ParentProcessLivenessMonitor.cs (3)
81? ProcessStartTimeHelper.IsProcessRunningWithRuntimeStartTime(parentPid, legacyStartTime, ProcessStartTimeHelper.LegacyStartTimeMatchTolerance) 82: ProcessStartTimeHelper.IsProcessRunning(parentPid, parentStartedUnix);
src\Shared\ParentProcessWatchdog.cs (2)
81if (ProcessStartTimeHelper.TryParseStartTimeUnixSeconds(getEnvironmentVariable(stableStartVariable)) is { } stableStartTimeUnix) 90: ProcessStartTimeHelper.TryParseStartTimeUnixSeconds(getEnvironmentVariable(legacyStartVariable));