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