4 references to GetRuntimeProcessStartTime
Aspire.Cli.Tests (4)
Processes\ProcessTreeGracefulShutdownServiceTests.cs (4)
155var runtimeStartedAt = GetRuntimeProcessStartTime(appHostProcess); 224CliStartedAt = GetRuntimeProcessStartTime(cliProcess) 263CliStartedAt = GetRuntimeProcessStartTime(cliProcess).AddSeconds(1) 302StartedAt = GetRuntimeProcessStartTime(appHostProcess).AddSeconds(1),