5 writes to _receivedException
System.Threading.Tasks.Dataflow (5)
Base\DataflowBlock.cs (5)
1092
target.
_receivedException
= exception;
1181
_receivedException
= exc;
1249
_receivedException
= exc;
1315
_receivedException
??= CreateExceptionForSourceCompletion();
1318
_receivedException
??= CreateExceptionForTimeout();
1 reference to _receivedException
System.Threading.Tasks.Dataflow (1)
Base\DataflowBlock.cs (1)
1326
try { target.TrySetException(target.
_receivedException
?? new InvalidOperationException(SR.InvalidOperation_ErrorDuringCleanup)); }