2 writes to _initialHttp2StreamWindowSize
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
131_initialHttp2StreamWindowSize = _initialHttp2StreamWindowSize,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
292_settings._initialHttp2StreamWindowSize = value;
4 references to _initialHttp2StreamWindowSize
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
213BinaryPrimitives.WriteUInt32BigEndian(_outgoingBuffer.AvailableSpan, (uint)_pool.Settings._initialHttp2StreamWindowSize);
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (1)
26_streamWindowSize = settings._initialHttp2StreamWindowSize;
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
131_initialHttp2StreamWindowSize = _initialHttp2StreamWindowSize,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
279get => _settings._initialHttp2StreamWindowSize;