1 implementation of IPooledStream
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.cs (1)
16internal partial class QuicStreamContext : TransportConnection, IPooledStream, IDisposable
2 references to IPooledStream
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
src\Servers\Kestrel\shared\PooledStreamStack.cs (2)
21/// A pool of <see cref="IPooledStream"/> instances. 31internal struct PooledStreamStack<TValue> where TValue : class, IPooledStream