8 references to GetOperationAbortedException
System.Net.Quic (8)
System\Net\Quic\Internal\ThrowHelper.cs (1)
45
exception =
GetOperationAbortedException
();
System\Net\Quic\QuicConnection.cs (1)
677
Exception exception = ExceptionDispatchInfo.SetCurrentStackTrace(_disposed ? new ObjectDisposedException(GetType().FullName) : ThrowHelper.
GetOperationAbortedException
());
System\Net\Quic\QuicStream.cs (6)
490
_receiveTcs.TrySetException(ThrowHelper.
GetOperationAbortedException
(SR.net_quic_reading_aborted), final: true);
494
var exception = ThrowHelper.
GetOperationAbortedException
(SR.net_quic_writing_aborted);
635
(shutdownByApp: true, closedRemotely: false) => ThrowHelper.
GetOperationAbortedException
(),
645
_startedTcs.TrySetException(ThrowHelper.
GetOperationAbortedException
());
769
_receiveTcs.TrySetException(ThrowHelper.
GetOperationAbortedException
(SR.net_quic_reading_aborted), final: true);
773
_sendTcs.TrySetException(ThrowHelper.
GetOperationAbortedException
(SR.net_quic_writing_aborted), final: true);