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)
2124
if (now >
_nextPingRequestTimestamp
)