3 references to TryParseLinuxStatStartTicks
Aspire.Hosting (1)
src\Shared\ProcessStartTimeHelper.cs (1)
352return TryParseLinuxStatStartTicks(contents);
Aspire.Hosting.Tests (2)
Cli\ProcessStartTimeHelperTests.cs (2)
83Assert.Equal(expectedStartTicks, ProcessStartTimeHelper.TryParseLinuxStatStartTicks(stat)); 135Assert.Null(ProcessStartTimeHelper.TryParseLinuxStatStartTicks(stat));