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