Base:
5 references to CanRead
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (5)
Internal\QuicConnectionContext.cs (1)
103if (stream.CanRead && stream.CanWrite)
Internal\QuicStreamContext.cs (3)
90CanRead = _stream.CanRead; 159if (_stream.CanRead) 507if (stream.CanRead)
Internal\QuicStreamContext.FeatureCollection.cs (1)
67if (_stream.CanRead)