1 write to _canRead
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\WebTransport\WebTransportStream.cs (1)
48_canRead = type != WebTransportStreamType.Output;
3 references to _canRead
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\WebTransport\WebTransportStream.cs (3)
42public bool CanRead => _canRead && !_isClosed; 88if (_canRead) 110if (_canRead)