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)
48Debug.Assert(_lastWindowUpdate != default); // Make sure Start() has been invoked, otherwise we should not be receiving DATA. 101TimeSpan dt = Stopwatch.GetElapsedTime(_lastWindowUpdate, currentTime);