1 implementation of IPooledStream
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.cs (1)
16internal partial class QuicStreamContext : TransportConnection, IPooledStream, IDisposable
1 reference to IPooledStream
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
src\Servers\Kestrel\shared\PooledStreamStack.cs (1)
18internal struct PooledStreamStack<TValue> where TValue : class, IPooledStream