1 reference to Argument_BoundedCapacityNotSupported
System.Threading.Tasks.Dataflow (1)
Blocks\BatchedJoinBlock.cs (1)
60if (dataflowBlockOptions.BoundedCapacity != DataflowBlockOptions.Unbounded) throw new ArgumentException(SR.Argument_BoundedCapacityNotSupported, nameof(dataflowBlockOptions));