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