4 writes to _sendException
System.Net.Quic (4)
System\Net\Quic\QuicStream.cs (4)
466
Interlocked.CompareExchange(ref
_sendException
, exception, null);
468
exception = Volatile.Read(ref
_sendException
);
533
Interlocked.CompareExchange(ref
_sendException
, exception, null);
623
Exception? exception = Volatile.Read(ref
_sendException
);
1 reference to _sendException
System.Net.Quic (1)
System\Net\Quic\QuicStream.cs (1)
536
_sendTcs.TrySetException(
_sendException
);