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