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