4 references to Stream
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2FrameWriter.cs (1)
187var stream = producer.Stream;
Internal\Http2\Http2OutputProducer.cs (3)
99internal (int, long, State, State, long) SchedulingState => (Stream.StreamId, _unconsumedBytes, _unobservedState, _currentState, _streamWindow); 621Stream.CompleteStream(errored: false); 656Stream.CompleteStream(errored: false);