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)
660_connectedTcs.TrySetException(exception); 680_connectedTcs.TrySetException(exception);
System\Net\Quic\QuicConnection.SslConnectionOptions.cs (1)
141_connection._connectedTcs.TrySetException(ex);
System\Net\Quic\QuicStream.cs (4)
266_startedTcs.TrySetException(ThrowHelper.GetExceptionForMsQuicStatus(status)); 554_startedTcs.TrySetException(exception); 641_startedTcs.TrySetException(exception); 645_startedTcs.TrySetException(ThrowHelper.GetOperationAbortedException());