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