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