1 write to starttime
System.Diagnostics.Process (1)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.cs (1)
147results.starttime = parser.ParseNextUInt64();
2 references to starttime
System.Diagnostics.Process (2)
System\Diagnostics\Process.Linux.cs (1)
64return BootTimeToDateTime(TicksToTimeSpan(GetStat().starttime));
System\Diagnostics\ProcessThread.Linux.cs (1)
48private DateTime GetStartTime() => Process.BootTimeToDateTime(Process.TicksToTimeSpan(GetStat().starttime));