2 writes to _nextPingRequestTimestamp
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (2)
161_nextPingRequestTimestamp = Environment.TickCount64 + _keepAlivePingDelay; 2085_nextPingRequestTimestamp = Environment.TickCount64 + _keepAlivePingDelay;
1 reference to _nextPingRequestTimestamp
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
2124if (now > _nextPingRequestTimestamp)