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)
433_sendTcs.TrySetException(exception); 490_receiveTcs.TrySetException(ThrowHelper.GetOperationAbortedException(SR.net_quic_reading_aborted)); 498_sendTcs.TrySetException(_sendException); 588_sendTcs.TrySetException(exception); 607_receiveTcs.TrySetException(ThrowHelper.GetStreamAbortedException((long)data.ErrorCode)); 612_sendTcs.TrySetException(ThrowHelper.GetStreamAbortedException((long)data.ErrorCode)); 642_receiveTcs.TrySetException(exception); 643_sendTcs.TrySetException(exception); 769_receiveTcs.TrySetException(ThrowHelper.GetOperationAbortedException(SR.net_quic_reading_aborted)); 773_sendTcs.TrySetException(ThrowHelper.GetOperationAbortedException(SR.net_quic_writing_aborted));