3 writes to _lastWindowUpdate
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (3)
28
_lastWindowUpdate
= default;
43
_lastWindowUpdate
= Stopwatch.GetTimestamp();
133
_lastWindowUpdate
= currentTime;
2 references to _lastWindowUpdate
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (2)
48
Debug.Assert(
_lastWindowUpdate
!= default); // Make sure Start() has been invoked, otherwise we should not be receiving DATA.
101
TimeSpan dt = Stopwatch.GetElapsedTime(
_lastWindowUpdate
, currentTime);