2 writes to _pingSentTimestamp
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (2)
192_pingSentTimestamp = Stopwatch.GetTimestamp(); 224_pingSentTimestamp = now;
2 references to _pingSentTimestamp
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (2)
208if (initial || now - _pingSentTimestamp > PingIntervalInTicks) 272TimeSpan currentRtt = Stopwatch.GetElapsedTime(_pingSentTimestamp);