11 references to TrySetException
System.Net.Quic (11)
System\Net\Quic\Internal\ResettableValueTaskSource.cs (1)
55/// Returns <c>true</c> is this task source has entered its final state, i.e. <see cref="TrySetResult(bool)"/> or <see cref="TrySetException(Exception)"/>
System\Net\Quic\QuicStream.cs (10)
463_sendTcs.TrySetException(exception); 520_receiveTcs.TrySetException(ThrowHelper.GetOperationAbortedException(SR.net_quic_reading_aborted)); 528_sendTcs.TrySetException(_sendException); 618_sendTcs.TrySetException(exception); 637_receiveTcs.TrySetException(ThrowHelper.GetStreamAbortedException((long)data.ErrorCode)); 642_sendTcs.TrySetException(ThrowHelper.GetStreamAbortedException((long)data.ErrorCode)); 672_receiveTcs.TrySetException(exception); 673_sendTcs.TrySetException(exception); 802_receiveTcs.TrySetException(ThrowHelper.GetOperationAbortedException(SR.net_quic_reading_aborted)); 806_sendTcs.TrySetException(ThrowHelper.GetOperationAbortedException(SR.net_quic_writing_aborted));