1 write to _minRtt
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (1)
275Interlocked.Exchange(ref _minRtt, minRtt); // MinRtt is being queried from another thread
3 references to _minRtt
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (3)
179public TimeSpan MinRtt => new TimeSpan(_minRtt); 271long prevRtt = _minRtt == 0 ? long.MaxValue : _minRtt;