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