4 writes to _sendException
System.Net.Quic (4)
System\Net\Quic\QuicStream.cs (4)
428Interlocked.CompareExchange(ref _sendException, exception, null); 430exception = Volatile.Read(ref _sendException); 495Interlocked.CompareExchange(ref _sendException, exception, null); 585Exception? exception = Volatile.Read(ref _sendException);
1 reference to _sendException
System.Net.Quic (1)
System\Net\Quic\QuicStream.cs (1)
498_sendTcs.TrySetException(_sendException, final: true);