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