5 writes to _receivedException
System.Threading.Tasks.Dataflow (5)
Base\DataflowBlock.cs (5)
1125
target.
_receivedException
= exception;
1214
_receivedException
= exc;
1282
_receivedException
= exc;
1348
_receivedException
??= CreateExceptionForSourceCompletion();
1351
_receivedException
??= CreateExceptionForTimeout();
1 reference to _receivedException
System.Threading.Tasks.Dataflow (1)
Base\DataflowBlock.cs (1)
1359
try { target.TrySetException(target.
_receivedException
?? new InvalidOperationException(SR.InvalidOperation_ErrorDuringCleanup)); }