13 references to StoreDataflowMessageValueIntoExceptionData
System.Threading.Tasks.Dataflow (13)
Base\DataflowBlock.cs (3)
354
Common.
StoreDataflowMessageValueIntoExceptionData
(exc, item);
636
Common.
StoreDataflowMessageValueIntoExceptionData
(exc, _messageValue);
1213
Common.
StoreDataflowMessageValueIntoExceptionData
(exc, messageValue);
Blocks\ActionBlock.cs (1)
178
Common.
StoreDataflowMessageValueIntoExceptionData
(caughtException, messageWithId.Key);
Blocks\TransformBlock.cs (2)
246
Common.
StoreDataflowMessageValueIntoExceptionData
(caughtException, messageWithId.Key);
291
Common.
StoreDataflowMessageValueIntoExceptionData
(aggregate, messageWithId.Key, targetInnerExceptions: true);
Blocks\TransformManyBlock.cs (3)
213
Common.
StoreDataflowMessageValueIntoExceptionData
(caughtException, messageWithId.Key);
277
Common.
StoreDataflowMessageValueIntoExceptionData
(exc, messageWithId.Key);
287
Common.
StoreDataflowMessageValueIntoExceptionData
(aggregate, messageWithId.Key, targetInnerExceptions: true);
Blocks\TransformManyBlock.IAsyncEnumerable.cs (1)
74
Common.
StoreDataflowMessageValueIntoExceptionData
(exc, messageWithId.Key);
Blocks\WriteOnceBlock.cs (1)
482
Common.
StoreDataflowMessageValueIntoExceptionData
(exc, _value!);
Internal\SpscTargetCore.cs (1)
226
Common.
StoreDataflowMessageValueIntoExceptionData
<TInput>(exc, nextMessage!, false);
Internal\TargetCore.cs (1)
484
Common.
StoreDataflowMessageValueIntoExceptionData
(exc, messageWithId.Key);