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