1 write to _initialWindowSize
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\FlowControl\InputFlowControl.cs (1)
35_initialWindowSize = (int)initialWindowSize;
2 references to _initialWindowSize
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\FlowControl\InputFlowControl.cs (2)
43_flow = new FlowControl((uint)_initialWindowSize); 130return _initialWindowSize - _flow.Available;