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)
42
public bool CanRead => _canRead && !
_isClosed
;
44
public bool CanWrite => _canWrite && !
_isClosed
;
79
if (
_isClosed
)
101
if (
_isClosed
)