2 references to GetIdleTicks
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
292GetIdleTicks(Environment.TickCount64) >= _keepAliveTimeoutSeconds * 1000;
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
225long idleTicks = GetIdleTicks(nowTicks);