2 writes to CanReuse
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicStreamContext.cs (2)
116
CanReuse
= false;
568
CanReuse
= CanRead && CanWrite
3 references to CanReuse
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
Internal\QuicConnectionContext.cs (1)
269
if (stream.
CanReuse
&& StreamPool.Count < MaxStreamPoolSize)
Internal\QuicStreamContext.cs (2)
110
if (
CanReuse
)
576
if (!
CanReuse
)