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)
107StreamPool.TryPop(out context); 269if (stream.CanReuse && StreamPool.Count < MaxStreamPoolSize) 272StreamPool.Push(stream); 295StreamPool.RemoveExpired(now);