9 references to TrySetException
System.Net.Quic (9)
System\Net\Quic\Internal\ValueTaskSource.cs (2)
39/// Returns <c>true</c> is this task source was completed, i.e. <see cref="TrySetResult"/> or <see cref="TrySetException(Exception)"/> was called. 70thisRef.TrySetException(new OperationCanceledException(cancellationToken));
System\Net\Quic\QuicConnection.cs (2)
655_connectedTcs.TrySetException(exception); 687_connectedTcs.TrySetException(exception);
System\Net\Quic\QuicConnection.SslConnectionOptions.cs (1)
141_connection._connectedTcs.TrySetException(ex);
System\Net\Quic\QuicStream.cs (4)
296_startedTcs.TrySetException(ThrowHelper.GetExceptionForMsQuicStatus(status)); 584_startedTcs.TrySetException(exception); 671_startedTcs.TrySetException(exception); 677_startedTcs.TrySetException(ThrowHelper.GetOperationAbortedException());