1 implementation of IPooledStream
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Stream.cs (1)
31internal abstract partial class Http2Stream : HttpProtocol, IThreadPoolWorkItem, IDisposable, IPooledStream
4 references to IPooledStream
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2Stream.cs (2)
735void IPooledStream.DisposeCore() 740long IPooledStream.PoolExpirationTimestamp => DrainExpirationTimestamp;
src\Servers\Kestrel\shared\PooledStreamStack.cs (2)
21/// A pool of <see cref="IPooledStream"/> instances. 31internal struct PooledStreamStack<TValue> where TValue : class, IPooledStream