1 write to StreamPool
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionContext.cs (1)
45StreamPool = new PooledStreamStack<QuicStreamContext>(InitialStreamPoolSize);
4 references to StreamPool
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
Internal\QuicConnectionContext.cs (4)
108StreamPool.TryPop(out context); 270if (stream.CanReuse && StreamPool.Count < MaxStreamPoolSize) 273StreamPool.Push(stream); 296StreamPool.RemoveExpired(now);