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