2 writes to _isClosed
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\WebTransport\WebTransportStream.cs (2)
84_isClosed = true; 106_isClosed = true;
4 references to _isClosed
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\WebTransport\WebTransportStream.cs (4)
42public bool CanRead => _canRead && !_isClosed; 44public bool CanWrite => _canWrite && !_isClosed; 79if (_isClosed) 101if (_isClosed)