3 writes to _disposed
System.Net.Quic (3)
System\Net\Quic\QuicStream.cs (1)
715
if (Interlocked.Exchange(ref
_disposed
, true))
System\Net\Quic\QuicStream.Stream.cs (2)
89
public override bool CanRead => !Volatile.Read(ref
_disposed
) && _canRead;
152
public override bool CanWrite => !Volatile.Read(ref
_disposed
) && _canWrite;
10 references to _disposed
System.Net.Quic (10)
System\Net\Quic\QuicStream.cs (4)
275
ObjectDisposedException.ThrowIf(
_disposed
, this);
362
if (
_disposed
)
454
if (
_disposed
)
513
ObjectDisposedException.ThrowIf(
_disposed
, this);
System\Net\Quic\QuicStream.Stream.cs (6)
53
ObjectDisposedException.ThrowIf(
_disposed
, this);
58
ObjectDisposedException.ThrowIf(
_disposed
, this);
72
ObjectDisposedException.ThrowIf(
_disposed
, this);
77
ObjectDisposedException.ThrowIf(
_disposed
, this);
116
ObjectDisposedException.ThrowIf(
_disposed
, this);
178
ObjectDisposedException.ThrowIf(
_disposed
, this);