2 references to GetLifetimeTicks
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (2)
234
internal TimeSpan Age => TimeSpan.FromMilliseconds(
GetLifetimeTicks
(Environment.TickCount64));
364
long lifetimeTicks =
GetLifetimeTicks
(nowTicks);