1 instantiation of StreamInputFlowControl
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Stream.cs (1)
68
_inputFlowControl = new
StreamInputFlowControl
(
2 references to StreamInputFlowControl
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\FlowControl\InputFlowControl.cs (1)
15
/// <see cref="
StreamInputFlowControl
"/> owns an instance for the stream-level flow control.
Internal\Http2\Http2Stream.cs (1)
35
private
StreamInputFlowControl
_inputFlowControl = default!;