1 write to _exceptions
System.Threading.Tasks.Dataflow (1)
Internal\SpscTargetCore.cs (1)
312
lock (LazyInitializer.EnsureInitialized(ref
_exceptions
, static () => new List<Exception>()))
8 references to _exceptions
System.Threading.Tasks.Dataflow (8)
Internal\SpscTargetCore.cs (8)
211
_exceptions
== null &&
234
if (!_messages.IsEmpty &&
_exceptions
== null && (messagesProcessed < maxMessagesToProcess))
243
if ((wasDecliningPermanently && _messages.IsEmpty) ||
_exceptions
!= null)
267
_exceptions
!= null) // exceptions/completion to be processed
315
_exceptions
.Add(exception);
331
if (
_exceptions
!= null)
334
lock (
_exceptions
) exceptions =
_exceptions
.ToArray();