11 references to TrySetException
System.Net.Quic (11)
System\Net\Quic\Internal\ResettableValueTaskSource.cs (1)
55/// Returns <c>true</c> if 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)
471_sendTcs.TrySetException(exception); 528_receiveTcs.TrySetException(ThrowHelper.GetOperationAbortedException(SR.net_quic_reading_aborted)); 536_sendTcs.TrySetException(_sendException); 626_sendTcs.TrySetException(exception); 645_receiveTcs.TrySetException(ThrowHelper.GetStreamAbortedException((long)data.ErrorCode)); 650_sendTcs.TrySetException(ThrowHelper.GetStreamAbortedException((long)data.ErrorCode)); 680_receiveTcs.TrySetException(exception); 681_sendTcs.TrySetException(exception); 810_receiveTcs.TrySetException(ThrowHelper.GetOperationAbortedException(SR.net_quic_reading_aborted)); 814_sendTcs.TrySetException(ThrowHelper.GetOperationAbortedException(SR.net_quic_writing_aborted));