5 writes to _receivedException
System.Threading.Tasks.Dataflow (5)
Base\DataflowBlock.cs (5)
1092target._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)
1326try { target.TrySetException(target._receivedException ?? new InvalidOperationException(SR.InvalidOperation_ErrorDuringCleanup)); }