2 writes to _hasExceptions
System.Threading.Tasks.Dataflow (2)
Blocks\JoinBlock.cs (2)
78
Volatile.Write(ref _sharedResources!.
_hasExceptions
, true);
302
Volatile.Write(ref _sharedResources!.
_hasExceptions
, true);
1 reference to _hasExceptions
System.Threading.Tasks.Dataflow (1)
Blocks\JoinBlock.cs (1)
1239
return _dataflowBlockOptions.CancellationToken.IsCancellationRequested ||
_hasExceptions
;