1 implementation of IPooledStream
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Stream.cs (1)
19internal abstract partial class Http2Stream : HttpProtocol, IThreadPoolWorkItem, IDisposable, IPooledStream
3 references to IPooledStream
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Stream.cs (2)
723void IPooledStream.DisposeCore() 728long IPooledStream.PoolExpirationTimestamp => DrainExpirationTimestamp;
src\Servers\Kestrel\shared\PooledStreamStack.cs (1)
18internal struct PooledStreamStack<TValue> where TValue : class, IPooledStream