2 references to AddAndUnwrapAggregateException
System.Threading.Tasks.Dataflow (2)
Blocks\TransformBlock.cs (1)
146
if (completed.IsFaulted) sourceCore.
AddAndUnwrapAggregateException
(completed.Exception!);
Blocks\TransformManyBlock.cs (1)
142
if (completed.IsFaulted) sourceCore.
AddAndUnwrapAggregateException
(completed.Exception!);